gi-gdk-4.0.4: Gdk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gdk.Objects.ProximityEvent

Description

An event related to the proximity of a tool to a device.

Synopsis

Exported types

class (BoxedPtr o, TypedObject o, IsDescendantOf ProximityEvent o) => IsProximityEvent o Source #

Type class for types which can be safely cast to ProximityEvent, for instance with toProximityEvent.

Instances

Instances details
(BoxedPtr o, TypedObject o, IsDescendantOf ProximityEvent o) => IsProximityEvent o Source # 
Instance details

Defined in GI.Gdk.Objects.ProximityEvent

toProximityEvent :: (MonadIO m, IsProximityEvent o) => o -> m ProximityEvent Source #

Cast to ProximityEvent, for types for which this is known to be safe. For general casts, use castTo.

Methods

Click to display all available methods, including inherited ones

Expand

Methods

ref, triggersContextMenu, unref.

Getters

getAxes, getAxis, getDevice, getDeviceTool, getDisplay, getEventSequence, getEventType, getHistory, getModifierState, getPointerEmulated, getPosition, getSeat, getSurface, getTime.

Setters

None.