1 #ifndef COIN_SOMOUSEBUTTONEVENT_H
2 #define COIN_SOMOUSEBUTTONEVENT_H
27 #include <Inventor/events/SoButtonEvent.h>
29 #define SO_MOUSE_PRESS_EVENT(EVENT, BUTTON) \
30 (SoMouseButtonEvent::isButtonPressEvent(EVENT, SoMouseButtonEvent::BUTTON))
32 #define SO_MOUSE_RELEASE_EVENT(EVENT, BUTTON) \
33 (SoMouseButtonEvent::isButtonReleaseEvent(EVENT, SoMouseButtonEvent::BUTTON))
42 ANY, BUTTON1, BUTTON2, BUTTON3,
BUTTON4, BUTTON5
51 static SbBool isButtonPressEvent(
const SoEvent * e,
53 static SbBool isButtonReleaseEvent(
const SoEvent * e,
62 #endif // !COIN_SOMOUSEBUTTONEVENT_H
SbBool isOfType(SoType type) const
Definition: SoEvent.cpp:130
The SoEvent class is the base class for all Coin events.
Definition: SoEvent.h:34
Copyright © 1998-2007 by Systems in Motion AS. All rights reserved.
Generated on Mon Jul 27 2020 for Coin by Doxygen. 1.8.18