Package org.gtk.gtk.controller.gesture

Types

Gesture
Link copied to clipboard
open class Gesture(gesturePointer: GtkGesture_autoptr) : EventController

gtk-kt

GestureRotate
Link copied to clipboard
class GestureRotate(rotatePointer: GtkGestureRotate_autoptr) : Gesture

03 / 01 / 2022

GestureSequenceFunc
Link copied to clipboard
typealias GestureSequenceFunc = Gesture.(sequence: EventSequence?) -> Unit
GestureSequenceStateChangedFunc
Link copied to clipboard
typealias GestureSequenceStateChangedFunc = Gesture.(sequence: EventSequence?, state: EventSequenceState) -> Unit
GestureZoom
Link copied to clipboard
class GestureZoom(zoomPointer: GtkGestureZoom_autoptr) : Gesture

03 / 01 / 2022