gdkDeviceGetState {RGtk2}R Documentation

gdkDeviceGetState

Description

Gets the current state of a device.

Usage

gdkDeviceGetState(object, window)

Arguments

object [GdkDevice] a GdkDevice.
window [GdkWindow] a GdkWindow.

Value

A list containing the following elements:

axes [numeric] a list of doubles to store the values of the axes of device in, or NULL.
mask [GdkModifierType] location to store the modifiers, or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]