Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
Event Classes

These classes are the event types you can send to a scene graph through the SoHandleEventAction. More...

Classes

class  SoButtonEvent
 The SoButtonEvent class is the base class for all button events. More...
 
class  SoEvent
 The SoEvent class is the base class for all Coin events. More...
 
class  SoKeyboardEvent
 The SoKeyboardEvent class contains information about keyboard interaction. More...
 
class  SoLocation2Event
 The SoLocation2Event class contains information about 2D movement events. More...
 
class  SoMotion3Event
 The SoMotion3Event class contains information about 3D movement events. More...
 
class  SoMouseButtonEvent
 The SoMouseButtonEvent class contains information about mousebutton interaction. More...
 
class  SoSpaceballButtonEvent
 The SoSpaceballButtonEvent class contains information about spaceball button interaction. More...
 

Detailed Description

These classes are the event types you can send to a scene graph through the SoHandleEventAction.

They are a pretty direct mapping from the various system event types you will have on all the host architectures.