KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Querying for Input

Various methods for checking keyboard input More...

Topics

 Queue Monitoring
 Monitor queue for key press events.
 
 State Polling
 Frame-based polling for keyboard input
 

Detailed Description

Various methods for checking keyboard input

There are 2 different ways to check for input with the keyboard API:

Mechanism Description
State Polling Manual checks each key state every frame
Queue Monitoring Monitor for new key press events every frame