7#include <screen/screen.h>
9#include <qpa/qplatformcursor.h>
10#include <QtCore/QLoggingCategory>
22#if !defined(QT_NO_CURSOR)
23 void changeCursor(QCursor *windowCursor, QWindow *window)
override;
25 void setPos(
const QPoint &pos)
override;
31 screen_context_t m_screenContext;
32 screen_session_t m_session = 0;
33 int m_currentCShape = 0;
34 bool m_customCursorEnabled =
false;
void setPos(const QPoint &pos) override
QPoint pos() const override
QQnxCursor(screen_context_t context)
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)