Xlib usage examples

Table of contents What is Xlib? Printing pressed keys Embedding window What is Xlib? Xlib (also known as libX11) is an X11 client library. It contains functions for interacting with an X server. This page provides several code snippets implementing complete X11 programs. Printing pressed keys The source code is available on …