#include <Mouse.h>
Public Attributes | |
uint16 | downGump |
uint32 | lastDown |
uint32 | curDown |
int | downX |
int | downY |
int | state |
Definition at line 24 of file Mouse.h.
Definition at line 28 of file Mouse.h.
Referenced by AvatarMoverProcess::AvatarMoverProcess(), GUIApp::handleEvent(), AvatarMoverProcess::handleNormalMode(), and AvatarMoverProcess::OnMouseDown().
Definition at line 26 of file Mouse.h.
Referenced by GUIApp::handleDelayedEvents(), and GUIApp::handleEvent().
int MButton::downX |
Definition at line 29 of file Mouse.h.
Referenced by GUIApp::handleEvent(), and GUIApp::setMouseCoords().
int MButton::downY |
Definition at line 29 of file Mouse.h.
Referenced by GUIApp::handleDelayedEvents(), GUIApp::handleEvent(), and GUIApp::setMouseCoords().
Definition at line 27 of file Mouse.h.
Referenced by AvatarMoverProcess::AvatarMoverProcess(), GUIApp::GUIApp(), AvatarMoverProcess::handleCombatMode(), GUIApp::handleEvent(), AvatarMoverProcess::handleHangingMode(), AvatarMoverProcess::handleNormalMode(), and AvatarMoverProcess::OnMouseDown().
int MButton::state |
Definition at line 30 of file Mouse.h.
Referenced by AvatarMoverProcess::AvatarMoverProcess(), GUIApp::GUIApp(), AvatarMoverProcess::handleCombatMode(), GUIApp::handleDelayedEvents(), GUIApp::handleEvent(), AvatarMoverProcess::handleHangingMode(), AvatarMoverProcess::handleNormalMode(), AvatarMoverProcess::OnMouseDown(), AvatarMoverProcess::OnMouseUp(), and GUIApp::startDragging().