|
Input System
v0.1
|
Classes | |
| struct | ConfigChangeEvent |
| Indicates that the configuration of a device has changed. More... | |
| struct | ConnectEvent |
| Signals that a device got re-connected after a disconnect. More... | |
| struct | InputEvent |
| A chunk of memory signaling a data transfer in the input system. More... | |
| struct | InputEventBuffer |
| A buffer containing InputEvents. More... | |
| struct | InputEventPtr |
| Pointer to an InputEvent. Makes it easier to work with InputEvents and hides the unsafe operations necessary to work with events. More... | |
| struct | InputEventQueue |
| An InputEventBuffer that can be concurrently written to and read from in FIFO order. More... | |
| struct | InputStateBlock |
| Information about a memory region storing state. More... | |
| struct | StateEvent |
| A complete state snapshot for an entire input device. More... | |