Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setEventTouchDevice :: MonadIO m => EventTouch -> Ptr Device -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “device” field. When overloading is enabled, this is equivalent to
set eventTouch [ #device := value ]
setEventTouchEmulatingPointer :: MonadIO m => EventTouch -> Bool -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “emulating_pointer” field. When overloading is enabled, this is equivalent to
set eventTouch [ #emulatingPointer := value ]
setEventTouchSendEvent :: MonadIO m => EventTouch -> Int8 -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “send_event” field. When overloading is enabled, this is equivalent to
set eventTouch [ #sendEvent := value ]
setEventTouchSequence :: MonadIO m => EventTouch -> Ptr EventSequence -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “sequence” field. When overloading is enabled, this is equivalent to
set eventTouch [ #sequence := value ]
setEventTouchState :: MonadIO m => EventTouch -> [ModifierType] -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “state” field. When overloading is enabled, this is equivalent to
set eventTouch [ #state := value ]
setEventTouchTime :: MonadIO m => EventTouch -> Word32 -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “time” field. When overloading is enabled, this is equivalent to
set eventTouch [ #time := value ]
setEventTouchType :: MonadIO m => EventTouch -> EventType -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “type” field. When overloading is enabled, this is equivalent to
set eventTouch [ #type := value ]
setEventTouchWindow :: MonadIO m => EventTouch -> Ptr Window -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “window” field. When overloading is enabled, this is equivalent to
set eventTouch [ #window := value ]
setEventTouchX :: MonadIO m => EventTouch -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “x” field. When overloading is enabled, this is equivalent to
set eventTouch [ #x := value ]
setEventTouchXRoot :: MonadIO m => EventTouch -> Double -> m ()gi-gdk3 GI.Gdk.Structs.EventTouch Set the value of the “x_root” field. When overloading is enabled, this is equivalent to
set eventTouch [ #xRoot := value ]