mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
Compare commits
3 commits
712636f21b
...
22f9553297
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22f9553297 | ||
|
|
69a4b80dfa | ||
|
|
c626ab736c |
1 changed files with 6 additions and 6 deletions
|
|
@ -1886,7 +1886,7 @@
|
||||||
</event>
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="wl_seat" version="10">
|
<interface name="wl_seat" version="11">
|
||||||
<description summary="group of input devices">
|
<description summary="group of input devices">
|
||||||
A seat is a group of keyboards, pointer and touch devices. This
|
A seat is a group of keyboards, pointer and touch devices. This
|
||||||
object is published as a global during start up, or when such a
|
object is published as a global during start up, or when such a
|
||||||
|
|
@ -2020,7 +2020,7 @@
|
||||||
|
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="wl_pointer" version="10">
|
<interface name="wl_pointer" version="11">
|
||||||
<description summary="pointer input device">
|
<description summary="pointer input device">
|
||||||
The wl_pointer interface represents one or more input devices,
|
The wl_pointer interface represents one or more input devices,
|
||||||
such as mice, which control the pointer location and pointer_focus
|
such as mice, which control the pointer location and pointer_focus
|
||||||
|
|
@ -2433,9 +2433,9 @@
|
||||||
summary="physical direction relative to axis motion"/>
|
summary="physical direction relative to axis motion"/>
|
||||||
</event>
|
</event>
|
||||||
|
|
||||||
<!-- Version 10 additions -->
|
<!-- Version 11 additions -->
|
||||||
|
|
||||||
<event name="warp" since="10">
|
<event name="warp" since="11">
|
||||||
<description summary="pointer warp event">
|
<description summary="pointer warp event">
|
||||||
Notification of pointer location change within a surface.
|
Notification of pointer location change within a surface.
|
||||||
This location change is not due to events on the input device,
|
This location change is not due to events on the input device,
|
||||||
|
|
@ -2455,7 +2455,7 @@
|
||||||
</event>
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="wl_keyboard" version="10">
|
<interface name="wl_keyboard" version="11">
|
||||||
<description summary="keyboard input device">
|
<description summary="keyboard input device">
|
||||||
The wl_keyboard interface represents one or more keyboards
|
The wl_keyboard interface represents one or more keyboards
|
||||||
associated with a seat.
|
associated with a seat.
|
||||||
|
|
@ -2636,7 +2636,7 @@
|
||||||
</event>
|
</event>
|
||||||
</interface>
|
</interface>
|
||||||
|
|
||||||
<interface name="wl_touch" version="10">
|
<interface name="wl_touch" version="11">
|
||||||
<description summary="touchscreen input device">
|
<description summary="touchscreen input device">
|
||||||
The wl_touch interface represents a touchscreen
|
The wl_touch interface represents a touchscreen
|
||||||
associated with a seat.
|
associated with a seat.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue