Search results for "module:X11::XEvent"
X11::XEvent - package to access XEvent structure fields
This class/package provides an extension to perl that allows Perl programs read-only access to the XEvent structure. So. how do they get hold of an XEvent to read? Well, they use ANOTHER Perl extension that blesses pointers to XEvents into the XEvent...
MARTINB/Xforms4Perl-0.8.4--2 - 18 Jun 1998 11:58:51 UTC
X11::Xlib::XEvent - Polymorphic class for XEvent structures
This object wraps an XEvent. XEvent is a union of many different C structs, though they all share a few common fields. The storage space of an XEvent is constant regardless of type, and so this class is backed by a simple scalar ref. The active struc...
NERDVANA/X11-Xlib-0.23 - 21 Oct 2021 06:32:51 UTC
X11::SendEvent - a module for sending events to X windows
This module presents a simple interface for sending events, keycodes, keysyms and strings to an X window from a perl application....
ECALDER/X11-SendEvent-1.3 - 05 Dec 2002 02:36:11 UTC
X11::Xlib - Low-level access to the X11 library
This module provides low-level access to Xlib functions. This includes access to some X11 extensions like the X11 test library (Xtst). If you import the Xlib functions directly, or call them as methods on an instance of X11::Xlib, you get a near-C ex...
NERDVANA/X11-Xlib-0.23 - 21 Oct 2021 06:32:51 UTC
X11::Xlib::Display - Object-Oriented behavior for X11::Xlib
This subclass of X11::Xlib provides perl-ish Object-Oriented behavior for the API of Xlib. Calling methods like XCreateWindow return Window objects instead of integer XIDs. It also contains a number of friendly helper methods that wrap the Xlib API i...
NERDVANA/X11-Xlib-0.23 - 21 Oct 2021 06:32:51 UTC