gdkevents: gdk_event_get_position return value

This commit is contained in:
Maximiliano Sandoval 2024-05-25 19:21:56 +02:00
parent 0bacde8e0a
commit cf4d13bee3
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -1371,6 +1371,8 @@ gdk_event_get_modifier_state (GdkEvent *event)
* Extract the event surface relative x/y coordinates from an event.
*
* This position is in [surface coordinates](coordinates.html).
*
* Returns: whether the positions were set
*/
gboolean
gdk_event_get_position (GdkEvent *event,