The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:X11::Keysyms"

X11::Keysyms - Perl module for names of X11 keysyms River stage one • 8 direct dependents • 9 total dependents

This module exports a hash mapping the names of X11 keysyms, such as 'A' or 'Linefeed' or 'Hangul_J_YeorinHieuh', onto the numbers that represent them. The first argument to 'use' is the name of the variable the hash should be exported into, and the ...

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::Xlib - Low-level access to the X11 library River stage one • 3 direct dependents • 7 total dependents

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.25 - 21 Aug 2023 08:07:38 UTC

X11::SendEvent - a module for sending events to X windows River stage zero No dependents

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::Protocol - Perl module for the X Window System Protocol, version 11 River stage one • 8 direct dependents • 9 total dependents

X11::Protocol is a client-side interface to the X11 Protocol (see X(1) for information about X11), allowing perl programs to display windows and graphics on X11 servers. A full description of the protocol is beyond the scope of this documentation; fo...

SMCCAM/X11-Protocol-0.56 - 08 Oct 2006 20:24:56 UTC

X11::CursorFont - cursor font glyph names and numbers River stage one • 2 direct dependents • 2 total dependents

This is the names and numbers of the glyphs in the X11 cursor font which contains various standard mouse pointer cursors. %CURSOR_GLYPH maps a glyph name to its character number in the font, $CURSOR_GLYPH{'fleur'} # is 52 @CURSOR_NAME conversely is i...

KRYDE/X11-Protocol-Other-31 - 07 Jul 2019 07:25:04 UTC

X11::AtomConstants - predefined X11 atoms River stage one • 2 direct dependents • 2 total dependents

This is the X11 pre-defined atoms as Perl constants. For example "PIXMAP" is 20, the PIXMAP atom. my $atom_id = X11::AtomConstants::PIXMAP; # $atom_id is 20 my $name = $X->GetAtomName($atom_id); # $name is "PIXMAP" The "LAST_PREDEFINED" constant is n...

KRYDE/X11-Protocol-Other-31 - 07 Jul 2019 07:25:04 UTC

X11::Xlib::Keymap - Object Oriented access to the X11 keymap River stage one • 3 direct dependents • 7 total dependents

For better or for worse, (hah, who am I kidding; worse) the X11 protocol gives applications the direct keyboard scan codes from the input device, and provides two tables to let applications do their own interpretation of the codes. The first table ("...

NERDVANA/X11-Xlib-0.25 - 21 Aug 2023 08:07:38 UTC

X11::Protocol::Ext::XKEYBOARD - Perl extension module for X Keyboard Extension Protocol River stage zero No dependents

This module is used by the X11::Protocol(3pm) module to participat in the keboard extension to the X protocol, allowing the client to control the keyboard and other input devices, per the "X Keyboard Extension Protocol Specification", a copy of which...

BIDULOCK/X11-Protocol-More-0.05 - 18 Jun 2013 13:36:28 UTC
8 results (0.031 seconds)