Skip to content

Adding mouse support

Louis Schul requested to merge louis-schul/washipad:mouse-support into master

This merge request goal is to add mouse support to washipad.

This try to keep the general look and feel of the app by not adding to much new element to the UI, only scrollbars for navigation purpose. The rest of the actions are handled through the mouse buttons :

  • Left click : draw
  • Right click : erase

Merge request reports