8#include <screen/screen.h>
10#include <qpa/qplatformcursor.h>
20#if !defined(QT_NO_CURSOR)
21 void changeCursor(QCursor *windowCursor, QWindow *window)
override;
23 void setPos(
const QPoint &pos)
override;
29 screen_context_t m_screenContext;
30 screen_session_t m_session = 0;
31 int m_currentCShape = 0;
32 bool m_customCursorEnabled =
false;
void setPos(const QPoint &pos) override
QQnxCursor(screen_context_t context)
QPoint pos() const override
void changeCursor(QCursor *windowCursor, QWindow *window) override
This method is called by Qt whenever the cursor graphic should be changed.
Combined button and popup list for selecting options.
static int mapQtCursorToScreenCursor(int cshape)
#define Q_SCREEN_CHECKERROR(x, message)