setCursor method
Sets the PCanvas cursor.
- Same as
this.cursor = cursor
. - See
cursor
.
Implementation
@override
void setCursor(PCanvasCursor cursor) {}
Sets the PCanvas cursor.
this.cursor = cursor
.cursor
.@override
void setCursor(PCanvasCursor cursor) {}