SpiecsEngine
 
Loading...
Searching...
No Matches

◆ EventType

enum class Spices::EventType
strong

This enum defines what specific event type is.

Enumerator
None 

None Event.

WindowClose 

Window Event.

WindowResize 
WindowResizeOver 
WindowFocus 
WindowLostFocus 
WindowMoved 
AppTick 

Application Event.

AppUpdate 
AppRender 
SlateResize 

Slate Event.

KeyPressed 

Key Input Event.

KeyReleased 
KeyTyped 
MouseButtonPressed 

Mouse Input Event.

MouseButtonReleased 
MouseMoved 
MouseScrolled 
MeshAdded 

World Event.

Definition at line 18 of file Event.h.