mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 22:58:11 +02:00
doc: fix two grammar issues "of tablet tool" -> "of the tablet tool"
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0b124a1a5d
commit
b71aa64fbf
1 changed files with 4 additions and 4 deletions
|
|
@ -1522,8 +1522,8 @@ libinput_event_tablet_tool_wheel_has_changed(
|
||||||
/**
|
/**
|
||||||
* @ingroup event_tablet
|
* @ingroup event_tablet
|
||||||
*
|
*
|
||||||
* Returns the X coordinate of tablet tool, in mm from the top left corner
|
* Returns the X coordinate of the tablet tool, in mm from the top left
|
||||||
* of the tablet in its current logical orientation. Use
|
* corner of the tablet in its current logical orientation. Use
|
||||||
* libinput_event_tablet_tool_get_x_transformed() for transforming the axis
|
* libinput_event_tablet_tool_get_x_transformed() for transforming the axis
|
||||||
* value into a different coordinate space.
|
* value into a different coordinate space.
|
||||||
*
|
*
|
||||||
|
|
@ -1536,8 +1536,8 @@ libinput_event_tablet_tool_get_x(struct libinput_event_tablet_tool *event);
|
||||||
/**
|
/**
|
||||||
* @ingroup event_tablet
|
* @ingroup event_tablet
|
||||||
*
|
*
|
||||||
* Returns the Y coordinate of tablet tool, in mm from the top left corner
|
* Returns the Y coordinate of the tablet tool, in mm from the top left
|
||||||
* of the tablet in its current logical orientation. Use
|
* corner of the tablet in its current logical orientation. Use
|
||||||
* libinput_event_tablet_tool_get_y_transformed() for transforming the axis
|
* libinput_event_tablet_tool_get_y_transformed() for transforming the axis
|
||||||
* value into a different coordinate space.
|
* value into a different coordinate space.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue