openscenegraph / OpenSceneGraph

OpenSceneGraph git repository
http://www.openscenegraph.org
Other
3.21k stars 1.42k forks source link

Support for X1 and X2 mouse buttons. #1275

Open Gyr-Myr opened 10 months ago

Gyr-Myr commented 10 months ago

Added support for X1 and X2 mouse buttons (5-button mouse).

osgGA::GUIEventAdapter::X1_MOUSE_BUTTON and osgGA::GUIEventAdapter::X2_MOUSE_BUTTON enumeration values are added and their processing for push, release, current state , etc.