Table of Contents

Class EventControllerMotion

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class EventControllerMotion : EventController, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
EventControllerMotion
Implements
Inherited Members

Constructors

EventControllerMotion(bool, params ConstructArgument[])

protected EventControllerMotion(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

EventControllerMotion(IntPtr, bool)

protected EventControllerMotion(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ContainsPointerPropertyDefinition

public static readonly Property<bool, EventControllerMotion> ContainsPointerPropertyDefinition

Field Value

Property<bool, EventControllerMotion>

EnterSignal

Signal Descriptor for OnEnter.

public static readonly Signal<EventControllerMotion, EventControllerMotion.EnterSignalArgs> EnterSignal

Field Value

Signal<EventControllerMotion, EventControllerMotion.EnterSignalArgs>

IsPointerPropertyDefinition

public static readonly Property<bool, EventControllerMotion> IsPointerPropertyDefinition

Field Value

Property<bool, EventControllerMotion>

LeaveSignal

Signal Descriptor for OnLeave.

public static readonly Signal<EventControllerMotion> LeaveSignal

Field Value

Signal<EventControllerMotion>

MotionSignal

Signal Descriptor for OnMotion.

public static readonly Signal<EventControllerMotion, EventControllerMotion.MotionSignalArgs> MotionSignal

Field Value

Signal<EventControllerMotion, EventControllerMotion.MotionSignalArgs>

Properties

ContainsPointer

public bool ContainsPointer { get; }

Property Value

bool

IsPointer

public bool IsPointer { get; }

Property Value

bool

Methods

GetContainsPointer()

public bool GetContainsPointer()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

GetIsPointer()

public bool GetIsPointer()

Returns

bool

New()

public static EventControllerMotion New()

Returns

EventControllerMotion

Events

OnEnter

public event SignalHandler<EventControllerMotion, EventControllerMotion.EnterSignalArgs> OnEnter

Event Type

SignalHandler<EventControllerMotion, EventControllerMotion.EnterSignalArgs>

OnLeave

public event SignalHandler<EventControllerMotion> OnLeave

Event Type

SignalHandler<EventControllerMotion>

OnMotion

public event SignalHandler<EventControllerMotion, EventControllerMotion.MotionSignalArgs> OnMotion

Event Type

SignalHandler<EventControllerMotion, EventControllerMotion.MotionSignalArgs>