InfiniTimeOrg / InfiniSim

Simulator for InfiniTime user interface without needing a PineTime
GNU General Public License v3.0
164 stars 66 forks source link

main: add swipe direction keys to make debugging easier #105

Closed NeroBurner closed 1 year ago

NeroBurner commented 1 year ago

For me with vscode triggering a breakpoint during a mouse swipe event handler freezes all interaction with the IDE.

As a workaround (and a nice way to play Twos.h :D ) map the direction keys to the corresponding swipe events.

NeroBurner commented 1 year ago

in preparation to debug https://github.com/InfiniTimeOrg/InfiniSim/issues/95