forked from AuroraMiddleware/gtk
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
|
* An enumeration describing the way in which a device
|
||||||
* axis (valuator) maps onto the predefined valuator
|
* axis (valuator) maps onto the predefined valuator
|
||||||
* types that GTK+ understands.
|
* 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
|
typedef enum
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user