gdkDeviceGetState {RGtk2}R Documentation

gdkDeviceGetState

Description

Gets the current state of a device.

Usage

gdkDeviceGetState(object, window)

Arguments

object

a GdkDevice.

window

a GdkWindow.

Value

A list containing the following elements:

axes

a list of doubles to store the values of the axes of device in, or NULL.

mask

location to store the modifiers, or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]