KeyboardMode()

Syntax

KeyboardMode(Flags)
Description
Changes the current behaviour of the keyboard. This command affects KeyboardPushed() and KeyboardReleased().

'Flags' can be a combination (using the '|' operator) of the following values:
  #PB_Keyboard_Qwerty         : The keyboard ignore the default language layout and uses always the QWERTY one (default behaviour).
  #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
                                press on them accidentally.

Supported OS

Windows

<- KeyboardInkey() - Keyboard Index - KeyboardPushed() ->