42 #ifndef QBBSCREENEVENTHANDLER_H 43 #define QBBSCREENEVENTHANDLER_H 45 #include <QWindowSystemInterface> 47 #include <screen/screen.h> 63 bool handleEvent(screen_event_t event,
int qnxType);
93 #endif // QBBSCREENEVENTHANDLER_H Qt::MouseButtons mLastButtonState
QBBScreenEventHandler(QBBIntegration *integration)
#define QT_END_NAMESPACE
This macro expands to.
QPoint mLastGlobalMousePoint
void handleCreateEvent(screen_event_t event)
void injectPointerMoveEvent(int x, int y)
The QObject class is the base class of all Qt objects.
virtual bool event(QEvent *)
This virtual function receives events to an object and should return true if the event e was recogniz...
void handleKeyboardEvent(screen_event_t event)
bool handleEvent(screen_event_t event)
#define QT_BEGIN_NAMESPACE
This macro expands to.
static void injectKeyboardEvent(int flags, int sym, int mod, int scan, int cap)
void handleDisplayEvent(screen_event_t event)
QBBIntegration * mBBIntegration
void handleTouchEvent(screen_event_t event, int type)
void handlePointerEvent(screen_event_t event)
void newWindowCreated(screen_window_t window)
The QPoint class defines a point in the plane using integer precision.
QPoint mLastLocalMousePoint
QWindowSystemInterface::TouchPoint mTouchPoints[MAX_TOUCH_POINTS]
void windowClosed(screen_window_t window)
void handleCloseEvent(screen_event_t event)