Gameplay::updateOnscreenKeyboard: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 April 2024

  • curprev 10:5610:56, 29 April 2024Shr0x talk contribs 615 bytes +615 Created page with "{{ClientsideJsFunction}} {{JSContainer| Updates the system keyboard, and returns its status. This should be called every frame until a non pending status is returned. ==Keyboard states== <pre> enum KEYBOARD_STATE { INVALID = -1, PENDING, SUCCESS, CANCELLED, FAILED, } </pre> ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.gameplay.updateOnscreenKeyboard(); </syntaxhighlight> ==Example== <syntaxhighlight l..."