Final Platform Layer 0.9.8-beta
Loading...
Searching...
No Matches
Input events

Table of Contents

Overview

Input events are triggered by your window event loop. To detect any key/button presses you simply handle the specific event type in your event-loop.
See the Window events page for more details.

If you don't want to handle input this way, you can use polling instead - see Polling of input states for more details.