gdkDisplaySetPointerHooks {RGtk2} | R Documentation |
This function allows for hooking into the operation of getting the current location of the pointer on a particular display. This is only useful for such low-level tools as an event recorder. Applications should never have any reason to use this facility.
gdkDisplaySetPointerHooks(object, new.hooks)
|
[GdkDisplay ] a GdkDisplay |
|
[GdkDisplayPointerHooks] a table of pointers to functions for getting
quantities related to the current pointer position,
or NULL to restore the default table. |
Since 2.2
[GdkDisplayPointerHooks] the previous pointer hook table
Derived by RGtkGen from GTK+ documentation