| Package | Description |
|---|---|
| org.freedesktop.wayland.client |
| Modifier and Type | Method and Description |
|---|---|
WlKeyboardProxy |
WlSeatProxy.getKeyboard(WlKeyboardEvents implementation)
return keyboard object
|
| Modifier and Type | Method and Description |
|---|---|
void |
WlKeyboardEventsV4.enter(WlKeyboardProxy emitter,
int serial,
WlSurfaceProxy surface,
ByteBuffer keys)
enter event
|
void |
WlKeyboardEventsV2.enter(WlKeyboardProxy emitter,
int serial,
WlSurfaceProxy surface,
ByteBuffer keys)
enter event
|
void |
WlKeyboardEventsV3.enter(WlKeyboardProxy emitter,
int serial,
WlSurfaceProxy surface,
ByteBuffer keys)
enter event
|
void |
WlKeyboardEventsV5.enter(WlKeyboardProxy emitter,
int serial,
WlSurfaceProxy surface,
ByteBuffer keys)
enter event
|
void |
WlKeyboardEvents.enter(WlKeyboardProxy emitter,
int serial,
WlSurfaceProxy surface,
ByteBuffer keys)
enter event
|
void |
WlKeyboardEventsV4.key(WlKeyboardProxy emitter,
int serial,
int time,
int key,
int state)
key event
|
void |
WlKeyboardEventsV2.key(WlKeyboardProxy emitter,
int serial,
int time,
int key,
int state)
key event
|
void |
WlKeyboardEventsV3.key(WlKeyboardProxy emitter,
int serial,
int time,
int key,
int state)
key event
|
void |
WlKeyboardEventsV5.key(WlKeyboardProxy emitter,
int serial,
int time,
int key,
int state)
key event
|
void |
WlKeyboardEvents.key(WlKeyboardProxy emitter,
int serial,
int time,
int key,
int state)
key event
|
void |
WlKeyboardEventsV4.keymap(WlKeyboardProxy emitter,
int format,
int fd,
int size)
keyboard mapping
|
void |
WlKeyboardEventsV2.keymap(WlKeyboardProxy emitter,
int format,
int fd,
int size)
keyboard mapping
|
void |
WlKeyboardEventsV3.keymap(WlKeyboardProxy emitter,
int format,
int fd,
int size)
keyboard mapping
|
void |
WlKeyboardEventsV5.keymap(WlKeyboardProxy emitter,
int format,
int fd,
int size)
keyboard mapping
|
void |
WlKeyboardEvents.keymap(WlKeyboardProxy emitter,
int format,
int fd,
int size)
keyboard mapping
|
void |
WlKeyboardEventsV4.leave(WlKeyboardProxy emitter,
int serial,
WlSurfaceProxy surface)
leave event
|
void |
WlKeyboardEventsV2.leave(WlKeyboardProxy emitter,
int serial,
WlSurfaceProxy surface)
leave event
|
void |
WlKeyboardEventsV3.leave(WlKeyboardProxy emitter,
int serial,
WlSurfaceProxy surface)
leave event
|
void |
WlKeyboardEventsV5.leave(WlKeyboardProxy emitter,
int serial,
WlSurfaceProxy surface)
leave event
|
void |
WlKeyboardEvents.leave(WlKeyboardProxy emitter,
int serial,
WlSurfaceProxy surface)
leave event
|
void |
WlKeyboardEventsV4.modifiers(WlKeyboardProxy emitter,
int serial,
int modsDepressed,
int modsLatched,
int modsLocked,
int group)
modifier and group state
|
void |
WlKeyboardEventsV2.modifiers(WlKeyboardProxy emitter,
int serial,
int modsDepressed,
int modsLatched,
int modsLocked,
int group)
modifier and group state
|
void |
WlKeyboardEventsV3.modifiers(WlKeyboardProxy emitter,
int serial,
int modsDepressed,
int modsLatched,
int modsLocked,
int group)
modifier and group state
|
void |
WlKeyboardEventsV5.modifiers(WlKeyboardProxy emitter,
int serial,
int modsDepressed,
int modsLatched,
int modsLocked,
int group)
modifier and group state
|
void |
WlKeyboardEvents.modifiers(WlKeyboardProxy emitter,
int serial,
int modsDepressed,
int modsLatched,
int modsLocked,
int group)
modifier and group state
|
void |
WlKeyboardEventsV4.repeatInfo(WlKeyboardProxy emitter,
int rate,
int delay)
repeat rate and delay
|
void |
WlKeyboardEventsV5.repeatInfo(WlKeyboardProxy emitter,
int rate,
int delay)
repeat rate and delay
|
Copyright © 2016. All rights reserved.