The QCursor class provides scalable icons in different modes and states.
This class is a JS wrapper around Qt's QCursor class
Example
const { QCursor } = require("@nodegui/nodegui");const cursor = new QCursor();
new QCursor(cursor)
cursorCursorShape (optional). Defines shape for the cursor. CursorShape is an enum from Qt