mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
gdk: Explain the relation between device type and mode
GdkInputMode doesn't apply to all device types, explain why and how do these interact.
This commit is contained in:
parent
0d71478237
commit
7995cd59d0
@ -748,6 +748,10 @@ gdk_device_get_mode (GdkDevice *device)
|
|||||||
* device is active and whether the device’s range is mapped to the
|
* device is active and whether the device’s range is mapped to the
|
||||||
* entire screen or to a single window.
|
* entire screen or to a single window.
|
||||||
*
|
*
|
||||||
|
* Note: This is only meaningful for floating devices, master devices (and
|
||||||
|
* slaves connected to these) drive the pointer cursor, which is not limited
|
||||||
|
* by the input mode.
|
||||||
|
*
|
||||||
* Returns: %TRUE if the mode was successfully changed.
|
* Returns: %TRUE if the mode was successfully changed.
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user