MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Attributes | List of all members
ogl::MouseEvent Struct Reference

Mouse event. More...

#include <events.h>

Public Attributes

MouseButton button
 Button that caused the event.
 
int button_mask
 Button state when event was generated.
 
MouseEventType type
 Type of event.
 
int x
 Mouse X-position.
 
int y
 Mouse Y-position.
 

Detailed Description

Mouse event.

Definition at line 39 of file events.h.

Member Data Documentation

◆ button

MouseButton ogl::MouseEvent::button

Button that caused the event.

Definition at line 42 of file events.h.

◆ button_mask

int ogl::MouseEvent::button_mask

Button state when event was generated.

Definition at line 43 of file events.h.

◆ type

MouseEventType ogl::MouseEvent::type

Type of event.

Definition at line 41 of file events.h.

◆ x

int ogl::MouseEvent::x

Mouse X-position.

Definition at line 44 of file events.h.

◆ y

int ogl::MouseEvent::y

Mouse Y-position.

Definition at line 45 of file events.h.


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