gi-gdk-3.0.10: 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.EventTouchpadPinch

Contents

Description

Generated during touchpad swipe gestures.

Synopsis

Exported types

newtype EventTouchpadPinch Source #

Constructors

EventTouchpadPinch (ManagedPtr EventTouchpadPinch) 

Instances

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

Methods

new :: MonadIO m => (ManagedPtr EventTouchpadPinch -> EventTouchpadPinch) -> [AttrOp EventTouchpadPinch tag] -> m EventTouchpadPinch

((~) * info (ResolveEventTouchpadPinchMethod t EventTouchpadPinch), MethodInfo * info EventTouchpadPinch p) => IsLabel t (EventTouchpadPinch -> p) Source # 
((~) * info (ResolveEventTouchpadPinchMethod t EventTouchpadPinch), MethodInfo * info EventTouchpadPinch p) => IsLabelProxy t (EventTouchpadPinch -> p) Source # 
HasAttributeList * EventTouchpadPinch Source # 
type AttributeList EventTouchpadPinch Source # 
type AttributeList EventTouchpadPinch

newZeroEventTouchpadPinch :: MonadIO m => m EventTouchpadPinch Source #

Construct a EventTouchpadPinch struct initialized to zero.

Properties

angleDelta

eventTouchpadPinch_angleDelta :: AttrLabelProxy "angleDelta" Source #

dx

eventTouchpadPinch_dx :: AttrLabelProxy "dx" Source #

dy

eventTouchpadPinch_dy :: AttrLabelProxy "dy" Source #

nFingers

eventTouchpadPinch_nFingers :: AttrLabelProxy "nFingers" Source #

phase

eventTouchpadPinch_phase :: AttrLabelProxy "phase" Source #

scale

eventTouchpadPinch_scale :: AttrLabelProxy "scale" Source #

sendEvent

eventTouchpadPinch_sendEvent :: AttrLabelProxy "sendEvent" Source #

state

eventTouchpadPinch_state :: AttrLabelProxy "state" Source #

time

eventTouchpadPinch_time :: AttrLabelProxy "time" Source #

type

eventTouchpadPinch_type :: AttrLabelProxy "type" Source #

window

eventTouchpadPinch_window :: AttrLabelProxy "window" Source #

x

eventTouchpadPinch_x :: AttrLabelProxy "x" Source #

xRoot

eventTouchpadPinch_xRoot :: AttrLabelProxy "xRoot" Source #

y

eventTouchpadPinch_y :: AttrLabelProxy "y" Source #

yRoot

eventTouchpadPinch_yRoot :: AttrLabelProxy "yRoot" Source #