Documentation
class QsendMouseMoveEvent_h x0 x1 where #
sendMouseMoveEvent_h :: x0 -> x1 -> IO () #
Instances
QsendMouseMoveEvent_h (QWaylandPointer ()) (QWaylandView t1, PointF, PointF) # | |
Defined in Qtc.Waylandcompositor.QWaylandPointer_h sendMouseMoveEvent_h :: QWaylandPointer () -> (QWaylandView t1, PointF, PointF) -> IO () # | |
QsendMouseMoveEvent_h (QWaylandPointerSc a) (QWaylandView t1, PointF, PointF) # | |
Defined in Qtc.Waylandcompositor.QWaylandPointer_h sendMouseMoveEvent_h :: QWaylandPointerSc a -> (QWaylandView t1, PointF, PointF) -> IO () # |
class QqsendMouseMoveEvent_h x0 x1 where #
qsendMouseMoveEvent_h :: x0 -> x1 -> IO () #
Instances
QqsendMouseMoveEvent_h (QWaylandPointer ()) (QWaylandView t1, QPointF t2, QPointF t3) # | |
Defined in Qtc.Waylandcompositor.QWaylandPointer_h qsendMouseMoveEvent_h :: QWaylandPointer () -> (QWaylandView t1, QPointF t2, QPointF t3) -> IO () # | |
QqsendMouseMoveEvent_h (QWaylandPointerSc a) (QWaylandView t1, QPointF t2, QPointF t3) # | |
Defined in Qtc.Waylandcompositor.QWaylandPointer_h qsendMouseMoveEvent_h :: QWaylandPointerSc a -> (QWaylandView t1, QPointF t2, QPointF t3) -> IO () # |
class QsendMousePressEvent_h x0 x1 where #
sendMousePressEvent_h :: x0 -> x1 -> IO Int #
Instances
QsendMousePressEvent_h (QWaylandPointer ()) MouseButton # | |
Defined in Qtc.Waylandcompositor.QWaylandPointer_h sendMousePressEvent_h :: QWaylandPointer () -> MouseButton -> IO Int # | |
QsendMousePressEvent_h (QWaylandPointerSc a) MouseButton # | |
Defined in Qtc.Waylandcompositor.QWaylandPointer_h sendMousePressEvent_h :: QWaylandPointerSc a -> MouseButton -> IO Int # |
class QsendMouseReleaseEvent_h x0 x1 where #
sendMouseReleaseEvent_h :: x0 -> x1 -> IO Int #
Instances
QsendMouseReleaseEvent_h (QWaylandPointer ()) MouseButton # | |
Defined in Qtc.Waylandcompositor.QWaylandPointer_h sendMouseReleaseEvent_h :: QWaylandPointer () -> MouseButton -> IO Int # | |
QsendMouseReleaseEvent_h (QWaylandPointerSc a) MouseButton # | |
Defined in Qtc.Waylandcompositor.QWaylandPointer_h sendMouseReleaseEvent_h :: QWaylandPointerSc a -> MouseButton -> IO Int # |
class QsendMouseWheelEvent_h x0 x1 where #
sendMouseWheelEvent_h :: x0 -> x1 -> IO () #
Instances
QsendMouseWheelEvent_h (QWaylandPointer ()) (Qt_Orientation, Int) # | |
Defined in Qtc.Waylandcompositor.QWaylandPointer_h sendMouseWheelEvent_h :: QWaylandPointer () -> (Qt_Orientation, Int) -> IO () # | |
QsendMouseWheelEvent_h (QWaylandPointerSc a) (Qt_Orientation, Int) # | |
Defined in Qtc.Waylandcompositor.QWaylandPointer_h sendMouseWheelEvent_h :: QWaylandPointerSc a -> (Qt_Orientation, Int) -> IO () # |