mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
emscripten: Let SDL_HINT_EMSCRIPTEN_KEYBOARD_ELEMENT accept "".
This is used to say "don't even try to listen for keypresses," for apps that are managing this outside of SDL. Fixes #10292.
This commit is contained in:
parent
f3a39074b0
commit
6a72d32d41
2 changed files with 11 additions and 6 deletions
|
@ -730,6 +730,7 @@ extern "C" {
|
|||
* - "#document": the javascript document object
|
||||
* - "#screen": the javascript window.screen object
|
||||
* - "#canvas": the WebGL canvas element
|
||||
* - "": Don't bind anything at all
|
||||
* - any other string without a leading # sign applies to the element on the
|
||||
* page with that ID.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue