Skip to content

Input events

Finalspace edited this page May 29, 2026 · 2 revisions

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.

Final Platform Layer

Pages

Topics

Data Structures

Clone this wiki locally