Enumeration
GntMouseEvent
Description [src]
The type of a mouse event, used in gnt_widget_clicked()
and the
GntWidget::clicked
signal.
Members
Name | Description |
---|---|
GNT_LEFT_MOUSE_DOWN |
A press of the left (primary) button. |
GNT_RIGHT_MOUSE_DOWN |
A press of the right (tertiary) button. |
GNT_MIDDLE_MOUSE_DOWN |
A press of the middle (secondary) button. |
GNT_MOUSE_UP |
A release of a mouse button. |
GNT_MOUSE_SCROLL_UP |
A scroll of the mouse wheel up. |
GNT_MOUSE_SCROLL_DOWN |
A scroll of the mouse wheel down. |