nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
181 stars 14 forks source link

Hide mouse in drawing area #113

Closed Esshahn closed 5 years ago

Esshahn commented 5 years ago

The mouse pointer is always on top of the character in drawing mode, making it impossible to see. I'd recommend to try just hiding the mouse in the drawing area as we have the cursor indicating the position already. I'm positive this will work out just fine. What do you guys think?

nurpax commented 5 years ago

Closing as a duplicate of https://github.com/nurpax/petmate/issues/56