Enum MouseButton
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 5
Mouse device button type.
C#Copypublic enum MouseButton : int
Name | Description |
---|---|
Invalid | No mouse button event or invalid data. |
Primary | Primary(Left) mouse button. |
Secondary | Secondary(Right) mouse button. |
Tertiary | Center(Wheel) mouse button. |