mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 18:58:06 +02:00
Prettyify touch device types
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
parent
45387042f8
commit
951cb83143
1 changed files with 2 additions and 2 deletions
|
|
@ -343,12 +343,12 @@ Touch device modes
|
|||
Touch devices come in many different forms with varying capabilities. The
|
||||
following device modes are defined for this protocol:
|
||||
|
||||
DirectTouch:
|
||||
'DirectTouch':
|
||||
These devices map their input region to a subset of the screen region. Touch
|
||||
focus is determined according to where the touch occurs in the mapped screen
|
||||
region. An example of a DirectTouch device is a touchscreen.
|
||||
|
||||
DependentTouch:
|
||||
'DependentTouch':
|
||||
These devices do not have a direct correlation between a touch location and
|
||||
a position on the screen. Touch events are delivered according to the
|
||||
location of the device's cursor. An Example of a DependentTouch device is a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue