51#ifndef _SO_SPACEBALL_BUTTON_EVENT_
52#define _SO_SPACEBALL_BUTTON_EVENT_
58#define SO_SPACEBALL_PRESS_EVENT(EVENT,BUTTON) \
59 (SoSpaceballButtonEvent::isButtonPressEvent(EVENT, \
60 SoSpaceballButtonEvent::BUTTON))
62#define SO_SPACEBALL_RELEASE_EVENT(EVENT,BUTTON) \
63 (SoSpaceballButtonEvent::isButtonReleaseEvent(EVENT, \
64 SoSpaceballButtonEvent::BUTTON))
146#ifndef HIDDEN_FROM_DOC
182 static void initClass();
183 static void exitClass();
#define SO_EVENT_HEADER()
Base class for all events.