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

gdkDisplayGetPointer

gdkDisplayGetPointer


Description

Gets the current location of the pointer and the current modifier mask for a given display.

Usage

gdkDisplayGetPointer(object)

Arguments

object

a GdkDisplay

Details

Since 2.2

Value

A list containing the following elements:

screen

location to store the screen that the cursor is on, or NULL. [ allow-none ]

x

(out): location to store root window X coordinate of pointer, or NULL. [ allow-none ]

y

(out): location to store root window Y coordinate of pointer, or NULL. [ allow-none ]

mask

(out): location to store current modifier mask, or NULL. [ allow-none ]

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.