KeyboardMode()
语法
KeyboardMode(Flags)概要
Changes the current behavior of the keyboard. This function affects KeyboardPushed() and KeyboardReleased().
参数
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.
返回值
无.
参阅
KeyboardPushed(), KeyboardReleased().
已支持操作系统
Windows