55#ifndef _SO_SPACEBALL_BUTTON_EVENT_
56#define _SO_SPACEBALL_BUTTON_EVENT_
63#define SO_SPACEBALL_PRESS_EVENT(EVENT,BUTTON) \
64 (SoSpaceballButtonEvent::isButtonPressEvent(EVENT, \
65 SoSpaceballButtonEvent::BUTTON))
67#define SO_SPACEBALL_RELEASE_EVENT(EVENT,BUTTON) \
68 (SoSpaceballButtonEvent::isButtonReleaseEvent(EVENT, \
69 SoSpaceballButtonEvent::BUTTON))
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
#define SO_EVENT_HEADER()
*** note: many of the macros use the "do { ... } while(0)" *** hack to define multiline blocks as a s...
Base class for all events.