krfb
events.cpp File Reference
#include "events.h"
#include <QtGui/QApplication>
#include <QtGui/QX11Info>
#include <QtGui/QDesktopWidget>
#include <KGlobal>
#include <X11/Xutil.h>
#include <X11/keysym.h>
#include <X11/extensions/XTest.h>
Include dependency graph for events.cpp:
Go to the source code of this file.
Macros | |
#define | ADJUSTMOD(sym, state) if(keySym==sym) { if(down) data->modifierState|=state; else data->modifierState&=~state; } |
Enumerations | |
enum | { LEFTSHIFT = 1, RIGHTSHIFT = 2, ALTGR = 4 } |
Functions | |
static void | tweakModifiers (signed char mod, bool down) |
Macro Definition Documentation
#define ADJUSTMOD | ( | sym, | |
state | |||
) | if(keySym==sym) { if(down) data->modifierState|=state; else data->modifierState&=~state; } |
Enumeration Type Documentation
anonymous enum |
Enumerator | |
---|---|
LEFTSHIFT | |
RIGHTSHIFT | |
ALTGR |
Definition at line 36 of file events.cpp.
Function Documentation
|
static |
Definition at line 108 of file events.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.