MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / OnscreenKeyboard_Open

Function OnscreenKeyboard_Open

src/Window_OS2.c:579–579  ·  view source on GitHub ↗

Displays on-screen keyboard for platforms that lack physical keyboard input. */ NOTE: On desktop platforms, this won't do anything. */

Source from the content-addressed store, hash-verified

577/* Displays on-screen keyboard for platforms that lack physical keyboard input. */
578/* NOTE: On desktop platforms, this won't do anything. */
579void OnscreenKeyboard_Open(struct OpenKeyboardArgs* args) { }
580/* Sets the text used for keyboard input. */
581/* NOTE: This is e.g. used for mobile on-screen keyboard input with the web client, */
582/* because it is backed by a HTML input, rather than true keyboard input events. */

Callers 3

LInput_OpenKeyboardFunction · 0.70
ChatScreen_OpenInputFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected