mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-28 06:59:49 -05:00
protocol: Remove "repeat" from "key_state"
This is unused and apparently was never implemented.
This commit is contained in:
parent
31c0258ff1
commit
7f3d22776b
1 changed files with 0 additions and 2 deletions
|
|
@ -908,11 +908,9 @@
|
|||
<enum name="key_state">
|
||||
<description summary="physical key state">
|
||||
Describes the physical state of a key which provoked the key event.
|
||||
When a key repeats, the sequence is down -> repeat -> repeat -> up.
|
||||
</description>
|
||||
<entry name="released" value="0" summary="key is not pressed"/>
|
||||
<entry name="pressed" value="1" summary="key is pressed"/>
|
||||
<entry name="repeat" value="2" summary="key is pressed and repeating"/>
|
||||
</enum>
|
||||
|
||||
<event name="key">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue