mirror of https://github.com/libsdl-org/SDL.git
parent
c2c3a930b4
commit
93b06cffd8
|
|
@ -1315,8 +1315,8 @@ extern SDL_DECLSPEC SDL_Window * SDLCALL SDL_CreatePopupWindow(SDL_Window *paren
|
||||||
*
|
*
|
||||||
* These are additional supported properties with Emscripten:
|
* These are additional supported properties with Emscripten:
|
||||||
*
|
*
|
||||||
* - `SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_CANVAS_ID_STRING`: the id given to the canvas
|
* - `SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_CANVAS_ID_STRING`: the id given to the
|
||||||
* element. This should start with a '#' sign
|
* canvas element. This should start with a '#' sign
|
||||||
* - `SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_KEYBOARD_ELEMENT_STRING`: override the
|
* - `SDL_PROP_WINDOW_CREATE_EMSCRIPTEN_KEYBOARD_ELEMENT_STRING`: override the
|
||||||
* binding element for keyboard inputs for this canvas. The variable can be
|
* binding element for keyboard inputs for this canvas. The variable can be
|
||||||
* one of:
|
* one of:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue