Documentation ¶
Index ¶
- type KMap
- type XInput
- func (xi *XInput) ButtonPress(ev *xproto.ButtonPressEvent) *event.WindowInput
- func (xi *XInput) ButtonRelease(ev *xproto.ButtonReleaseEvent) *event.WindowInput
- func (xi *XInput) KeyPress(ev *xproto.KeyPressEvent) *event.WindowInput
- func (xi *XInput) KeyRelease(ev *xproto.KeyReleaseEvent) *event.WindowInput
- func (xi *XInput) MotionNotify(ev *xproto.MotionNotifyEvent) *event.WindowInput
- func (xi *XInput) ReadMapTable() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KMap ¶
type KMap struct {
// contains filtered or unexported fields
}
Keyboard mapping
func (*KMap) KeysymTable ¶
type XInput ¶
type XInput struct {
// contains filtered or unexported fields
}
func (*XInput) ButtonPress ¶
func (xi *XInput) ButtonPress(ev *xproto.ButtonPressEvent) *event.WindowInput
func (*XInput) ButtonRelease ¶
func (xi *XInput) ButtonRelease(ev *xproto.ButtonReleaseEvent) *event.WindowInput
func (*XInput) KeyPress ¶
func (xi *XInput) KeyPress(ev *xproto.KeyPressEvent) *event.WindowInput
func (*XInput) KeyRelease ¶
func (xi *XInput) KeyRelease(ev *xproto.KeyReleaseEvent) *event.WindowInput
func (*XInput) MotionNotify ¶
func (xi *XInput) MotionNotify(ev *xproto.MotionNotifyEvent) *event.WindowInput
func (*XInput) ReadMapTable ¶
Click to show internal directories.
Click to hide internal directories.