SUNENGINE 0.0.2
A simple and bright C++ game engine.
 
Loading...
Searching...
No Matches
EventType.h File Reference

Defines the event types for input handling. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Enumeration Type Documentation

◆ EventType

enum class EventType
strong

Enum class representing the types of input events.

The EventType enum class defines the possible types of input events.