17#ifndef __albaDeviceButtonsPadMouse_h
18#define __albaDeviceButtonsPadMouse_h
28class vtkRenderWindowInteractor;
71 void GetLastPosition(
double pos[2]) {pos[0]=m_LastPosition[0];pos[1]=m_LastPosition[1];}
95 double m_LastPosition[2];
long albaID
type for IDs inside ALBA
Implementation of the message object for the Subject/Observer design pattern.
Event class to transport a triggering button and a position from pointing devices.
albaRWIBase is a vtkRenderWindowInteractor placed on a wxWindow
albaView is the base class for Views in alba.
static albaID GetMouse2DMoveId()
Issued when a mouse is moved.