Documentation ¶
Index ¶
- func Grab(conn *x.Conn, win x.Window, mods uint16, key x.Keycode)
- func GrabChecked(conn *x.Conn, win x.Window, mods uint16, key x.Keycode) error
- func GrabCheckedV2(conn *x.Conn, win x.Window, mods uint16, key x.Keycode, pointerMode uint8, ...) error
- func GrabKeyboard(conn *x.Conn, win x.Window) error
- func Ungrab(conn *x.Conn, win x.Window, mods uint16, key x.Keycode)
- func UngrabKeyboard(conn *x.Conn) error
- type GrabKeyboardError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GrabCheckedV2 ¶
func GrabKeyboard ¶
GrabKeyboard grabs the entire keyboard.
Types ¶
type GrabKeyboardError ¶
type GrabKeyboardError struct {
Status byte
}
func (GrabKeyboardError) Error ¶
func (err GrabKeyboardError) Error() string
Click to show internal directories.
Click to hide internal directories.