sculpto
events.h
Go to the documentation of this file.
1/*!****************************************************************//*!*
2 * \file events.h
3 * \brief Events include module.
4 *
5 * \author Sabitov Kirill
6 * \date 25 June 2022
7 *********************************************************************/
8
9#pragma once
10
11#include "close_event.h"
13#include "keyboard_event.h"
14#include "mouse_event.h"
Keyboard action (key pressed, key hold, key up) event implementation module.
Mouse actions events (buttons click, move, wheel) events implementation module.