KeyboardMode()
Syntax
KeyboardMode(Flags)Description
Changes the current behavior of the keyboard. This function affects KeyboardPushed() and KeyboardReleased().
Parameters
Flags It can be a combination (using the '|' operator) of the following values: #PB_Keyboard_Qwerty : The keyboard ignores the default language layout and always uses the QWERTY one (default behavior). #PB_Keyboard_International : The keyboard uses the default language layout to map the keys (can be useful for non QWERTY keyboards). #PB_Keyboard_AllowSystemKeys: The 'OS' system keys are allowed (like Win+R etc.). This can be annoying in fullscreen mode if the user presses on them accidentally.
Return value
None.
See Also
KeyboardPushed(), KeyboardReleased().
Supported OS
Windows