Documentation
class QsendKeyModifiers_h x0 x1 where #
sendKeyModifiers_h :: x0 -> x1 -> IO () #
Instances
QsendKeyModifiers_h (QWaylandKeyboard ()) (QWaylandClient t1, Int) # | |
Defined in Qtc.Waylandcompositor.QWaylandKeyboard_h sendKeyModifiers_h :: QWaylandKeyboard () -> (QWaylandClient t1, Int) -> IO () # | |
QsendKeyModifiers_h (QWaylandKeyboardSc a) (QWaylandClient t1, Int) # | |
Defined in Qtc.Waylandcompositor.QWaylandKeyboard_h sendKeyModifiers_h :: QWaylandKeyboardSc a -> (QWaylandClient t1, Int) -> IO () # |
class QsendKeyPressEvent_h x0 x1 where #
sendKeyPressEvent_h :: x0 -> x1 -> IO () #
Instances
QsendKeyPressEvent_h (QWaylandKeyboard ()) Int # | |
Defined in Qtc.Waylandcompositor.QWaylandKeyboard_h sendKeyPressEvent_h :: QWaylandKeyboard () -> Int -> IO () # | |
QsendKeyPressEvent_h (QWaylandKeyboardSc a) Int # | |
Defined in Qtc.Waylandcompositor.QWaylandKeyboard_h sendKeyPressEvent_h :: QWaylandKeyboardSc a -> Int -> IO () # |
class QsendKeyReleaseEvent_h x0 x1 where #
sendKeyReleaseEvent_h :: x0 -> x1 -> IO () #
Instances
QsendKeyReleaseEvent_h (QWaylandKeyboard ()) Int # | |
Defined in Qtc.Waylandcompositor.QWaylandKeyboard_h sendKeyReleaseEvent_h :: QWaylandKeyboard () -> Int -> IO () # | |
QsendKeyReleaseEvent_h (QWaylandKeyboardSc a) Int # | |
Defined in Qtc.Waylandcompositor.QWaylandKeyboard_h sendKeyReleaseEvent_h :: QWaylandKeyboardSc a -> Int -> IO () # |