#include <Inventor/Qt/OivQtCompat.h>
#include <Inventor/SbLinear.h>
#include <Inventor/events/SoEvent.h>
#include <QObject>
#include <QEvent>
#include <QScreen>
#include <QApplication>
#include <QWindow>
#include <Inventor/Qt/SoQtDef.h>
#include <Inventor/Qt/SoQtComponent.h>
Go to the source code of this file.
◆ Button1MotionMask
| #define Button1MotionMask (1L<<8) |
◆ Button2MotionMask
| #define Button2MotionMask (1L<<9) |
◆ Button3MotionMask
| #define Button3MotionMask (1L<<10) |
◆ Button4MotionMask
| #define Button4MotionMask (1L<<11) |
◆ Button5MotionMask
| #define Button5MotionMask (1L<<12) |
◆ ButtonMotionMask
| #define ButtonMotionMask (1L<<13) |
◆ ButtonPressMask
| #define ButtonPressMask (1L<<2) |
◆ ButtonReleaseMask
| #define ButtonReleaseMask (1L<<3) |
◆ EnterWindowMask
| #define EnterWindowMask (1L<<4) |
◆ EventMask
◆ KeyPressMask
| #define KeyPressMask (1L<<0) |
◆ KeyReleaseMask
| #define KeyReleaseMask (1L<<1) |
◆ LeaveWindowMask
| #define LeaveWindowMask (1L<<5) |
◆ NoEventMask
◆ PointerMotionHintMask
| #define PointerMotionHintMask (1L<<7) |
◆ PointerMotionMask
| #define PointerMotionMask (1L<<6) |