Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gdkSetPointerHooks

gdkSetPointerHooks


Description

This function allows for hooking into the operation of getting the current location of the pointer. This is only useful for such low-level tools as an event recorder. Applications should never have any reason to use this facility.

Usage

gdkSetPointerHooks(object, new.hooks)

Arguments

new.hooks

a table of pointers to functions for getting quantities related to the current pointer position, or NULL to restore the default table.

Details

This function is not multihead safe. For multihead operation, see gdkDisplaySetPointerHooks.

Value

[GdkPointerHooks] the previous pointer hook table

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.