Skip to content

Emscripten input callbacks #10292

Closed
Closed
@HDAKFD

Description

@HDAKFD

Could there be an option to disable these emscripten input callbacks from getting registered. They're causing a lot of issues when trying to mess with html elements.

emscripten_set_keydown_callback,
emscripten_set_keyup_callback,
emscripten_set_keypress_callback

These are the main part of my issue since they just make emscripten to call event.preventDefault() for every html element with input.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions