KWin
|
#include "kwin_export.h"
#include <QMatrix4x4>
#include <QObject>
#include <QPoint>
Go to the source code of this file.
Classes | |
class | KWin::SeatInterface |
Represents a Seat on the Wayland Display. More... | |
Namespaces | |
namespace | KWin |
Enumerations | |
enum class | KWin::PointerAxisSource { KWin::Unknown , KWin::Wheel , KWin::Finger , KWin::Continuous , KWin::WheelTilt } |
enum class | KWin::PointerAxisRelativeDirection { KWin::Normal , KWin::Inverted } |
enum class | KWin::PointerButtonState : quint32 { KWin::Released = 0 , KWin::Pressed = 1 } |
enum class | KWin::KeyboardKeyState : quint32 { KWin::Released = 0 , KWin::Pressed = 1 } |