turtle
turtle copied to clipboard
Some usability things
- [x] microstudio has
mouse.xinstead ofmouse.positionX, I like it - [ ]
double windowWidth()can only be used inside a draw override. Not fantastic with mouse events. Need ascreen.widthobject somehow - [x]
mouse.leftas an alias for button isPressed - [x]
keyboard.isPressedas an alias forkeyboard.isDown - [x]
randIntstrangely missing, ordice?