38 #include <Inventor/Win/devices/SoWinDevice.h> 51 BUTTON_RELEASE = 0x02,
52 POINTER_MOTION = 0x04,
55 ALL_EVENTS = BUTTON_PRESS | BUTTON_RELEASE | POINTER_MOTION | BUTTON_MOTION
61 virtual void enable(HWND widget, SoWinEventHandler * handler,
void * closure);
62 virtual void disable(HWND widget, SoWinEventHandler * handler,
void * closure);
67 class SoWinMouseP * pimpl;
68 friend class SoWinMouseP;
69 friend class SoGuiMouseP;
74 #endif // ! SOWIN_MOUSE_H virtual void disable(HWND w, SoWinEventHandler *handler, void *closure)=0
The SoWinMouse class is the mouse input device abstraction.
Definition: SoWinMouse.h:45
virtual void enable(HWND w, SoWinEventHandler *handler, void *closure)=0
Events
Definition: SoWinMouse.h:49
The SoWinDevice class is the base class for the translation devices.
Definition: SoWinDevice.h:73
virtual const SoEvent * translateEvent(MSG *event)=0