|
| SoSpaceballButtonEvent () |
| Constructor. More...
|
|
virtual | ~SoSpaceballButtonEvent () |
|
void | setButton (SoSpaceballButtonEvent::Button b) |
| which button generated the event, e.g. SoSpaceballButtonEvent::BUTTON1 More...
|
|
SoSpaceballButtonEvent::Button | getButton () const |
|
| SoButtonEvent () |
| Constructor. More...
|
|
virtual | ~SoButtonEvent () |
|
void | setState (SoButtonEvent::State s) |
| get state of the button More...
|
|
SoButtonEvent::State | getState () const |
|
| SoEvent () |
| Constructor and destructor. More...
|
|
virtual | ~SoEvent () |
| Constructor and destructor. More...
|
|
virtual SoType | getTypeId () const |
| Return the type id for this event instance. More...
|
|
bool | isOfType (SoType type) const |
| This returns TRUE if the event is an instance of or derived from an event of the passed type. More...
|
|
void | setTime (SbTime t) |
| Set the time at which the event occurred. More...
|
|
SbTime | getTime () const |
| Get the time at which the event occurred. More...
|
|
void | setPosition (const SbVec2s &p) |
| Set the window pixel location of the cursor when the event occurred. More...
|
|
const SbVec2s & | getPosition () const |
| Get position in pixel coodinates. More...
|
|
const SbVec2s & | getPosition (const SbViewportRegion &vpRgn) const |
| Get position relative to the specified viewport bounds. More...
|
|
const SbVec2f & | getNormalizedPosition (const SbViewportRegion &vpRgn) const |
| Get the normalized location of the cursor when the event occurred, relative to the specified viewport region. More...
|
|
void | setShiftDown (bool isDown) |
| Set whether the modifier keys were down when the event occurred. More...
|
|
void | setCtrlDown (bool isDown) |
| Set whether the modifier keys were down when the event occurred. More...
|
|
void | setAltDown (bool isDown) |
| Set whether the modifier keys were down when the event occurred. More...
|
|
bool | wasShiftDown () const |
| Get whether the modifier keys were down when the event occurred. More...
|
|
bool | wasCtrlDown () const |
| Get whether the modifier keys were down when the event occurred. More...
|
|
bool | wasAltDown () const |
| Get whether the modifier keys were down when the event occurred. More...
|
|
void | setMouseButtonMask (int mask) |
| Get which mouse buttons are currently pressed (as bit mask) More...
|
|
int | getMouseButtonMask () const |
| Set which mouse buttons are currently pressed. More...
|
|