gi-gdk-3.0.6: Gdk bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gdk.Structs.EventMotion

Contents

Description

Generated when the pointer moves.

Synopsis

Exported types

newtype EventMotion Source #

Instances

WrappedPtr EventMotion Source # 
(~) AttrOpTag tag AttrSet => Constructible EventMotion tag Source # 

Methods

new :: MonadIO m => (ForeignPtr EventMotion -> EventMotion) -> [AttrOp EventMotion tag] -> m EventMotion

((~) * info (ResolveEventMotionMethod t EventMotion), MethodInfo * info EventMotion p) => IsLabel t (EventMotion -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> EventMotion -> p #

((~) * info (ResolveEventMotionMethod t EventMotion), MethodInfo * info EventMotion p) => IsLabelProxy t (EventMotion -> p) Source # 
HasAttributeList * EventMotion Source # 
type AttributeList EventMotion Source # 
type AttributeList EventMotion

newZeroEventMotion :: MonadIO m => m EventMotion Source #

Construct a EventMotion struct initialized to zero.

Properties

Axes

eventMotionAxes :: AttrLabelProxy "axes" Source #

Device

eventMotionDevice :: AttrLabelProxy "device" Source #

IsHint

eventMotionIsHint :: AttrLabelProxy "isHint" Source #

SendEvent

eventMotionSendEvent :: AttrLabelProxy "sendEvent" Source #

State

eventMotionState :: AttrLabelProxy "state" Source #

Time

eventMotionTime :: AttrLabelProxy "time" Source #

Type

eventMotionType :: AttrLabelProxy "type" Source #

Window

eventMotionWindow :: AttrLabelProxy "window" Source #

X

eventMotionX :: AttrLabelProxy "x" Source #

XRoot

eventMotionXRoot :: AttrLabelProxy "xRoot" Source #

Y

eventMotionY :: AttrLabelProxy "y" Source #

YRoot

eventMotionYRoot :: AttrLabelProxy "yRoot" Source #