Defines the event types for input handling. More...
Go to the source code of this file.
Enumerations | |
enum class | EventType { KEY_INACTIVE , KEY_PRESS , KEY_HELD , KEY_RELEASE } |
Enum class representing the types of input events. More... | |
Defines the event types for input handling.
This file contains the definition of the EventType
enum class, which represents the different types of input events.