Learn R Programming

RGtk2 (version 2.8.7)

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

Value

[GdkPointerHooks] the previous pointer hook table

Details

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