gdkEventGetAxis {RGtk2}R Documentation

gdkEventGetAxis

Description

Extract the axis value for a particular axis use from an event structure.

Usage

gdkEventGetAxis(object, axis.use)

Arguments

object [GdkEvent] a GdkEvent
axis.use [GdkAxisUse] the axis use to look for

Value

A list containing the following elements:

retval [logical] TRUE if the specified axis was found, otherwise FALSE
value [numeric] location to store the value found

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]