DeviceManager.getClientPointer

Returns the client pointer, that is, the master pointer that acts as the core pointer for this application. In X11, window managers may change this depending on the interaction pattern under the presence of several pointers.

You should use this function seldomly, only in code that isn’t triggered by a gdk.Event and there aren’t other means to get a meaningful gdk.Device to operate on.

More...
class DeviceManager
getClientPointer
()

Return Value

Type: Device

The client pointer. This memory is owned by GDK and must not be freed or unreferenced.

Detailed Description

Deprecated: Use Seat.getPointer instead.

Meta