Learn R Programming

RGtk2 (version 2.8.8)

gdkEventGetCoords: gdkEventGetCoords

Description

Extract the event window relative x/y coordinates from an event.

Usage

gdkEventGetCoords(object)

Arguments

object

Value

  • A list containing the following elements:
  • retval[logical] TRUE if the event delivered event window coordinates
  • x.win[numeric] location to put event window x coordinate
  • y.win[numeric] location to put event window y coordinate