kevin
08/23/2021, 2:16 PMAppWindowAmbient.current!!.window.cursor = Cursor(Cursor.E_RESIZE_CURSOR)
This is for an early release of Desktop, I was using the 0.3.0 release and changed the code to be this:
LocalAppWindow.current.window.cursor = Cursor(Cursor.E_RESIZE_CURSOR)
But now LocalAppWindow has been deprecated and I’m wondering if there’s any way to set the cursor in the current (alpha) versions of Desktop?
ThanksIgor Demin
08/23/2021, 3:01 PMkevin
08/23/2021, 3:06 PM