gdkDisplayGetPointer: gdkDisplayGetPointer

Description Usage Arguments Details Value Author(s)

View source: R/gdkFuncs.R

Description

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

Usage

1

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 documentation built on Oct. 14, 2021, 5:08 p.m.