gdkDisplayGetPointer: gdkDisplayGetPointer
Description
Gets the current location of the pointer and the current modifier
mask for a given display.Usage
gdkDisplayGetPointer(object)
Value
- A list containing the following elements:
screen
[GdkScreen
] location to store the screen that the
cursor is on, or NULL
.x
[integer] location to store root window X coordinate of pointer, or NULL
.y
[integer] location to store root window Y coordinate of pointer, or NULL
.mask
[GdkModifierType
] location to store current modifier mask, or NULL