Class Event.Event$Impl
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInstance
org.gnome.gdk.Event
org.gnome.gdk.Event.Event$Impl
- All Implemented Interfaces:
Proxy
- Enclosing class:
Event
The Event$Impl type represents a native instance of the abstract Event class.
-
Nested Class Summary
Nested classes/interfaces inherited from class Event
Event.Event$Impl -
Constructor Summary
ConstructorsConstructorDescriptionEvent$Impl(MemorySegment address) Create a Event instance for the provided memory address. -
Method Summary
Methods inherited from class Event
asParent, eventsGetAngle, eventsGetCenter, eventsGetDistance, getAxes, getAxis, getDevice, getDeviceTool, getDisplay, getEventSequence, getEventType, getHistory, getMemoryLayout, getModifierState, getPointerEmulated, getPosition, getSeat, getSurface, getTime, getType, ref, triggersContextMenu, unrefMethods inherited from class TypeInstance
callParent, callParent, cast, getPrivate, readGClass, writeGClassMethods inherited from class ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
Event$Impl
Create a Event instance for the provided memory address.- Parameters:
address- the memory address of the native object
-