| Safe Haskell | None |
|---|
HGamer3D.Bindings.CEGUI.EnumMouseButton
Documentation
data EnumMouseButton Source
Constructors
| MouseLeftButton | The left mouse button. |
| MouseRightButton | The right mouse button. |
| MouseMiddleButton | The middle mouse button. |
| MouseX1Button | The first |
| MouseX2Button | The second |
| MouseMouseButtonCount | Value that equals the number of mouse buttons supported by CEGUI |
| MouseNoButton | Value set for no mouse button. NB: This is not 0, do not assume! |
Instances