Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GdkEvent

The GdkEvent Framework


Description

A GdkEvent represents a hardware-level event in GDK.

Details

In RGtk2, R objects corresponding to GdkEvents inherit from the GdkEvent class. A GdkEvent is not a GObject, but there are many specific event types that extend from the GdkEvent base S3 class. Specific event fields may be accessed in the same way as the fields of any external object in RGtk2 (via the [[ operator).

Note

While functions exist to create GdkEvents, there is currently no way in RGtk2 to set the event fields, so the functions are useless. If the user has some strange motivation to create hardware events in R, please contact the author.

Author(s)

Michael Lawrence

See Also


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.