Mouse events data storage.
double xoffset
Offset of the mouse wheel along x-axis.
glm::vec2 pos
Raw mouse cursor coordinates on the screen ([0,0] in the upper left corner).
int action
Pressed, released or held button.
int button
Left, right or middle button.
double yoffset
Offset of the mouse wheel along y-axis.