Package ch.bailu.gtk.gdk
Klasse TouchpadEvent
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gdk.Event
ch.bailu.gtk.gdk.TouchpadEvent
- Alle implementierten Schnittstellen:
PointerInterface
An event related to a gesture on a touchpad device.
Unlike touchscreens, where the windowing system sends basic
sequences of begin, update, end events, and leaves gesture
recognition to the clients, touchpad gestures are typically
processed by the system, resulting in these events.
Unlike touchscreens, where the windowing system sends basic
sequences of begin, update, end events, and leaves gesture
recognition to the clients, touchpad gestures are typically
processed by the system, resulting in these events.
-
Feldübersicht
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerintExtracts the touchpad gesture phase from a touchpad event.static intintExtracts the number of fingers from a touchpad event.static longstatic TypeSystem.TypeSizedoubleExtracts the angle delta from a touchpad pinch event.doubleExtracts the scale from a touchpad pinch event.static longstatic TypeSystem.TypeSizeVon Klasse geerbte Methoden ch.bailu.gtk.gdk.Event
getDevice, getDeviceTool, getDisplay, getEventSequence, getEventType, getModifierState, getPointerEmulated, getSeat, getSurface, getTime, ref, triggersContextMenu, unrefVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Konstruktordetails
-
TouchpadEvent
-
-
Methodendetails
-
getClassHandler
-
getGesturePhase
public int getGesturePhase()Extracts the touchpad gesture phase from a touchpad event.- Gibt zurück:
- the gesture phase of @event
-
getNFingers
public int getNFingers()Extracts the number of fingers from a touchpad event.- Gibt zurück:
- the number of fingers for @event
-
getPinchAngleDelta
public double getPinchAngleDelta()Extracts the angle delta from a touchpad pinch event.- Gibt zurück:
- the angle delta of @event
-
getPinchScale
public double getPinchScale()Extracts the scale from a touchpad pinch event.- Gibt zurück:
- the scale of @event
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-