Extended input management.
More...
Extended input management.
Functions for extended input management.
◆ CSM_ExtendedInput_GetKey()
Check to see if a key is being held down.
- Parameters
-
iScanCode | The keycode to check. |
- Returns
- Returns true if the specified key is being held down, false otherwise.
- See also
- CSM_SDL_Scancode
◆ CSM_ExtendedInput_GetKeyDown()
Check to see if a key was depressed on this frame.
- Parameters
-
iScanCode | The keycode to check. |
- Returns
- Returns true if the specified key was depressed on this frame, false otherwise.
- See also
- CSM_SDL_Scancode
◆ CSM_ExtendedInput_GetKeyRepeated()
Check to see if a key was repeated on this frame.
- Parameters
-
iScanCode | The keycode to check. |
- Returns
- Returns true if the specified key was repeated on this frame, false otherwise.
- See also
- CSM_SDL_Scancode
◆ CSM_ExtendedInput_GetKeyUp()
Check to see if a key was released on this frame.
- Parameters
-
iScanCode | The keycode to check. |
- Returns
- Returns true if the specified key was released on this frame, false otherwise.
- See also
- CSM_SDL_Scancode
◆ CSM_ExtendedInput_SetKeyState()
Set whether a key is being pressed or not.
- Parameters
-
iScanCode | The keycode to set. |
bPressed | Whether the key is being pressed or not. |
- See also
- CSM_SDL_Scancode