gdkDeviceSetMode {RGtk2}R Documentation

gdkDeviceSetMode

Description

Sets a the mode of an input device. The mode controls if the device is active and whether the device's range is mapped to the entire screen or to a single window.

Usage

gdkDeviceSetMode(object, mode)

Arguments

object [GdkDevice] a GdkDevice.
mode [GdkInputMode] the input mode.

Value

[logical] TRUE if the mode was successfully changed.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]