My Project
Public Types | List of all members
MouseEvent Class Reference

#include <MouseEvent.h>

Inheritance diagram for MouseEvent:

Public Types

enum  Action {
  ButtonUp, Action::ButtonDown, Action::Move, Action::Scroll,
  Action::Enter, Action::Leave
}
 

Detailed Description

The MouseEvent class is the event generated for each mouse action.

Member Enumeration Documentation

enum MouseEvent::Action
strong

Enumeration of various actions a mouse can undergo for a MouseEvent.

Enumerator
ButtonDown 

A mouse button has been released.

Move 

A mouse button has been pressed.

Scroll 

The mouse location has changed.

Enter 

The scroll wheel has been moved.

Leave 

The mouse cursor has moved into the active window.

The mouse cursor has moved out of the active window.


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