mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Add a note about GDK_AXIS_X/Y
These axes mmay or may not be present, best to ignore them.
This commit is contained in:
parent
0d64582688
commit
7dc588c4d3
@ -546,6 +546,10 @@ typedef enum
|
||||
* An enumeration describing the way in which a device
|
||||
* axis (valuator) maps onto the predefined valuator
|
||||
* types that GTK+ understands.
|
||||
*
|
||||
* Note that the X and Y axes are not really needed; pointer devices
|
||||
* report their location via the x/y members of events regardless. Whether
|
||||
* X and Y are present as axes depends on the GDK backend.
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user