mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-28 09:40:07 +01:00
Remove mention of delta coordinates having device specific direction
The event represent pointer motions on a screen, so this information is unnecessary. It could also be confused for meaning the provided coordinate's direction being device specific. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
1f1304041c
commit
bb52822ece
1 changed files with 6 additions and 6 deletions
|
|
@ -363,9 +363,9 @@ libinput_event_pointer_get_time(
|
|||
/**
|
||||
* @ingroup event_pointer
|
||||
*
|
||||
* Return the delta between the last event and the current event. The axis'
|
||||
* positive direction is device-specific. For pointer events that are
|
||||
* not of type LIBINPUT_EVENT_POINTER_MOTION, this function returns 0.
|
||||
* Return the delta between the last event and the current event. For pointer
|
||||
* events that are not of type LIBINPUT_EVENT_POINTER_MOTION, this function
|
||||
* returns 0.
|
||||
*
|
||||
* @note It is an application bug to call this function for events other than
|
||||
* LIBINPUT_EVENT_POINTER_MOTION.
|
||||
|
|
@ -379,9 +379,9 @@ libinput_event_pointer_get_dx(
|
|||
/**
|
||||
* @ingroup event_pointer
|
||||
*
|
||||
* Return the delta between the last event and the current event. The
|
||||
* axis' positive direction is device-specific. For pointer events that are
|
||||
* not of type LIBINPUT_EVENT_POINTER_MOTION, this function returns 0.
|
||||
* Return the delta between the last event and the current event. For pointer
|
||||
* events that are not of type LIBINPUT_EVENT_POINTER_MOTION, this function
|
||||
* returns 0.
|
||||
*
|
||||
* @note It is an application bug to call this function for events other than
|
||||
* LIBINPUT_EVENT_POINTER_MOTION.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue