soderbjorn
05/28/2022, 9:25 PMactual fun Modifier.cursorForMove(): Modifier {
return this.pointerHoverIcon(PointerIcon(Cursor(Cursor.MOVE_CURSOR)))
}
The thing is, it works great with other pre-defined cursors like <http://Cursor.SE|Cursor.SE>_RESIZE_CURSOR or Cursor.HAND_CURSOR, but when I use Cursor.MOVE_CURSOR, the cursor does not change at all. The Cursor class is in AWT, so maybe a bug there?