Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
system_event.h File Reference
#include <cstdint>
Include dependency graph for system_event.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  SystemEvent : uint8_t {
  EVENT_QUIT = 0 , KEY_DOWN = 1 , KEY_UP = 2 , MOUSE_BUTTON_DOWN = 3 ,
  MOUSE_BUTTON_UP = 4 , MOUSE_MOTION = 5 , MOUSE_WHEEL = 6
}
 

Enumeration Type Documentation

◆ SystemEvent

enum SystemEvent : uint8_t
Enumerator
EVENT_QUIT 
KEY_DOWN 
KEY_UP 
MOUSE_BUTTON_DOWN 
MOUSE_BUTTON_UP 
MOUSE_MOTION 
MOUSE_WHEEL