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

a GdkDevice.

mode

the input mode.

Value

[logical] TRUE if the mode was successfully changed.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]