diff options
Diffstat (limited to 'xutil.h')
-rw-r--r-- | xutil.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ namespace x { // the callback on every hit of that key. Ungrabs and returns when the // callback returns true. void globalKeyWatch(Display *dpy, Keysym keysym, std::function<bool(const XKeyEvent&)> callback); + void globalKeyWatch(Display *dpy, Keycode keycode, std::function<bool(const XKeyEvent&)> callback); // Grab the whole keyboard globally, and run the callback on every keyboard // key event. Ungrabs and returns when the callback returns true. |