We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5804ed commit 064155dCopy full SHA for 064155d
nimx/cursor.nim
@@ -61,6 +61,9 @@ when defined(js) or defined(emscripten) or defined(wasm):
61
of ckSizeAll: "all-scroll"
62
of ckNotAllowed: "not-allowed"
63
of ckHand: "pointer"
64
+
65
+ proc finalizeCursorObj(c: CursorObj) =
66
+ discard
67
elif appKit:
68
proc NSCursorOfKind(c: CursorKind): NSCursor =
69
case c
0 commit comments