turtle icon indicating copy to clipboard operation
turtle copied to clipboard

Some usability things

Open p0nce opened this issue 1 year ago • 0 comments

  • [x] microstudio has mouse.x instead of mouse.positionX, I like it
  • [ ] double windowWidth() can only be used inside a draw override. Not fantastic with mouse events. Need a screen.width object somehow
  • [x] mouse.left as an alias for button isPressed
  • [x] keyboard.isPressed as an alias for keyboard.isDown
  • [x] randInt strangely missing, or dice?

p0nce avatar Apr 26 '24 13:04 p0nce