brandon-otoole / eng-board

A pen enabled whiteboard app for iPad and Surface Pro.
0 stars 0 forks source link

pen menu closes while changing width #13

Open brandon-otoole opened 1 year ago

brandon-otoole commented 1 year ago

the menu is globally designed to close as soon as any touches are registered. this will need to become a bit more sophisticated in order to allow the width slider to be dragged as needed.

currently it is very hard to hit the target and get lucky to get the size you want.

one possible option is to change the global setting to only close if touches are registered outside of the menu. additional logic will need to be added to close the menu (possibly)