Built-In Event List
The below are all of the built-in event types in Cacao Engine.
Event ID |
Trigger |
Type |
|---|---|---|
|
The engine is shutting down |
|
|
The window is closing |
|
|
The size of the window has changed |
|
|
The cursor has moved |
|
|
The mouse wheel has been scrolled |
|
|
A mouse button has been pressed |
|
|
A mouse button has been released |
|
|
A key has been pressed |
|
|
A key has been released |
|
There are also certain internal event types that are used for communication within the engine but should not be used by external code. These types are thus not documented here, but may be found in the private headers document in the engine source tree.