Package: gdk

Function gdk-device-manager-client-pointer

Lambda List

gdk-device-manager-client-pointer (manager)

Arguments

manager -- a gdk-device-manager object

Return Value

The gdk-device client pointer.

Details

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 sheldomly, only in code that is not triggered by a gdk-event event and there are not other means to get a meaningful gdk-device object to operate on.

Warning

The gdk-device-manager-client-pointer function has been deprecated since version 3.20 and should not be used in newly written code. Use the gdk-seat-pointer function instead.
 

See also

2021-12-11