|
Realtime Fractal Renderer Documentation
|
Class used for storing keyboard and mouse events that have occured. More...
#include <Events.h>

Data Fields | |
| bool | forward = false |
| bool | backward = false |
| bool | up = false |
| bool | down = false |
| bool | left = false |
| bool | right = false |
| bool | sprint = false |
| bool | take_screenshot = false |
| bool | debug_information = false |
| bool | exit = false |
| int32_t | mouse_pos_x = 0 |
| int32_t | mouse_pos_y = 0 |
| float | mouse_screen_delta_x = 0 |
| float | mouse_screen_delta_y = 0 |
| bool | mouse_within_window = false |
Class used for storing keyboard and mouse events that have occured.