MyGL
Loading...
Searching...
No Matches
MouseInfo Struct Reference

Mouse informations for events involving mouse buttons. More...

#include <Event.hpp>

Public Attributes

MouseButton button
 
glm::vec2 pos
 

Detailed Description

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.

Definition at line 279 of file Event.hpp.

Member Data Documentation

◆ button

MouseButton button

Definition at line 280 of file Event.hpp.

◆ pos

glm::vec2 pos

Definition at line 281 of file Event.hpp.


The documentation for this struct was generated from the following file: