nodeguy/docs/api/QCursor.md
2019-08-31 18:49:47 +02:00

447 B

Class: QCursor

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)