Class EventControllerMotion
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class EventControllerMotion : EventController, IDisposable, GTypeProvider, InstanceFactory- Inheritance
- 
      
      
      
      EventControllerMotion
- Implements
- Inherited Members
Constructors
EventControllerMotion(params ConstructArgument[])
public EventControllerMotion(params ConstructArgument[] constructArguments)Parameters
- constructArgumentsConstructArgument[]
EventControllerMotion(EventControllerMotionHandle)
public EventControllerMotion(EventControllerMotionHandle handle)Parameters
- handleEventControllerMotionHandle
Fields
ContainsPointerPropertyDefinition
public static readonly Property<bool, EventControllerMotion> ContainsPointerPropertyDefinitionField Value
EnterSignal
Signal Descriptor for OnEnter.
public static readonly Signal<EventControllerMotion, EventControllerMotion.EnterSignalArgs> EnterSignalField Value
IsPointerPropertyDefinition
public static readonly Property<bool, EventControllerMotion> IsPointerPropertyDefinitionField Value
LeaveSignal
Signal Descriptor for OnLeave.
public static readonly Signal<EventControllerMotion> LeaveSignalField Value
MotionSignal
Signal Descriptor for OnMotion.
public static readonly Signal<EventControllerMotion, EventControllerMotion.MotionSignalArgs> MotionSignalField Value
Properties
ContainsPointer
public bool ContainsPointer { get; }Property Value
IsPointer
public bool IsPointer { get; }Property Value
Methods
GetContainsPointer()
public bool GetContainsPointer()Returns
GetGType()
public static Type GetGType()Returns
GetIsPointer()
public bool GetIsPointer()Returns
New()
public static EventControllerMotion New()Returns
Events
OnEnter
public event SignalHandler<EventControllerMotion, EventControllerMotion.EnterSignalArgs> OnEnterEvent Type
OnLeave
public event SignalHandler<EventControllerMotion> OnLeaveEvent Type
OnMotion
public event SignalHandler<EventControllerMotion, EventControllerMotion.MotionSignalArgs> OnMotion