Hoogle Search
Within LTS Haskell 24.28 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
eventGetEventSequence :: (HasCallStack, MonadIO m, IsEvent a) => a -> m EventSequencegi-gdk4 GI.Gdk.Objects.Event Returns the event sequence to which the event belongs. Related touch events are connected in a sequence. Other events typically don't have event sequence information.
module GI.Gdk.Structs.
EventSequence GdkEventSequence is an opaque type representing a sequence of related touch events.
-
gi-gdk4 GI.Gdk.Structs.EventSequence Memory-managed wrapper type.
EventSequence :: ManagedPtr EventSequence -> EventSequencegi-gdk4 GI.Gdk.Structs.EventSequence No documentation available.
unSequence :: SequenceT (m :: Type -> Type) a -> m amonad-schedule Control.Monad.Schedule.Sequence No documentation available.
-
prelude-compat Data.List2010 No documentation available.
-
rhine FRP.Rhine.ResamplingBuffer.Collect Reimplementation of collect with sequences, which gives a performance benefit if the sequence needs to be reversed or searched.
peekSequence :: (IsSequence t, Store (Element t), Index t ~ Int) => Peek tstore Data.Store.Internal Implement peek for an IsSequence of Store instances. Note that many monomorphic containers have more efficient implementations (for example, via memcpy).
pokeSequence :: (IsSequence t, Store (Element t)) => t -> Poke ()store Data.Store.Internal Implement poke for an IsSequence of Store instances. Note that many monomorphic containers have more efficient implementations (for example, via memcpy).
sizeSequence :: (IsSequence t, Store (Element t)) => Size tstore Data.Store.Internal Implement size for an IsSequence of Store instances. Note that many monomorphic containers have more efficient implementations (for example, via memcpy).