Enum PointerEventButton¶
Defined in File slint_enums.h
Enum Documentation¶
-
enum class slint::PointerEventButton¶
This enum describes the different types of buttons for a pointer event, typically on a mouse or a pencil.
Values:
-
enumerator Other¶
A button that is none of left, right or middle. For example this is used for a fourth button on a mouse with many buttons.
-
enumerator Left¶
The left button.
-
enumerator Right¶
The right button.
-
enumerator Middle¶
The center button.
-
enumerator Other¶