Type Alias: GtkGestureSingleProps
GtkGestureSingleProps =
GtkGestureProps&object
Defined in: generated/jsx.ts:10424
Props for the GtkGestureSingle controller element.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
button? | number | Mouse button number to listen to, or 0 to listen for any button. | generated/jsx.ts:10426 |
exclusive? | boolean | Whether the gesture is exclusive. Exclusive gestures only listen to pointer and pointer emulated events. | generated/jsx.ts:10432 |
ref? | Ref<Gtk.GestureSingle> | - | generated/jsx.ts:10435 |
touchOnly? | boolean | Whether the gesture handles only touch events. | generated/jsx.ts:10434 |