Registry / utility / libxkbcommon

libxkbcommon

JSON →
library1.7.0vcpkgunverified

keymap handling library for toolkits and window systems

vcpkg install libxkbcommon
INSTALL
IMPORT
SIG · LIBXKBCOMMON
L
libxkbcommon
utilitycppv1.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xkbcommon/xkbcommon.h
#include <xkbcommon/xkbcommon.h>

Initialize and destroy an xkbcommon context

#include <xkbcommon/xkbcommon.h> #include <stdio.h> int main() { struct xkb_context *ctx = xkb_context_new(XKB_CONTEXT_NO_FLAGS); if (!ctx) { fprintf(stderr, "Failed to create context\n"); return 1; } xkb_context_unref(ctx); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libxkbcommon — pip install libxkbcommon · libregistry