MyGL
|
Mouse informations for events involving mouse buttons. More...
#include <Event.hpp>
Public Attributes | |
MouseButton | button |
glm::vec2 | pos |
Mouse informations for events involving mouse buttons.
This structure is used to store the informations of mouse events. It holds the button that was pressed in case of a mouseButtonPressed/ released event and the cursor's position.
MouseButton button |