gdkEventGetAxis: gdkEventGetAxis

Description Usage Arguments Value Author(s)

View source: R/gdkFuncs.R

Description

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

Usage

1
gdkEventGetAxis(object, axis.use)

Arguments

object

a GdkEvent

axis.use

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

location to store the value found

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gdkEventGetAxis in RGtk2...