SFML.Net
MouseButton Enumeration |
Mouse buttons
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)


Member name | Value | Description | |
---|---|---|---|
Left | 0 | The left mouse button | |
Right | 1 | The right mouse button | |
Middle | 2 | The middle (wheel) mouse button | |
XButton1 | 3 | The first extra mouse button | |
XButton2 | 4 | The second extra mouse button | |
ButtonCount | 5 | Keep last -- the total number of mouse buttons |
