dirkwhoffmann / virtualc64

VirtualC64 is a cycle-accurate C64 emulator for macOS
https://dirkwhoffmann.github.io/virtualc64
Other
355 stars 33 forks source link

Add TouchBar support #239

Closed dirkwhoffmann closed 7 years ago

dirkwhoffmann commented 7 years ago

Use touchbar to display C64 custom keys such as Runstop, Commodore, Restore etc.

dirkwhoffmann commented 7 years ago

Milestone reached: Experimental code is up and running :-)

Next steps:

  1. Create icons for C64 keys

  2. Implement double touch gesture für runstop and restore

  3. Make TouchBar customizable

  4. Add pound key

  5. TimeTravel button Unfolds to a selectable list of taken screenshots Also unfolds when TimeTravel is activated in Toolbar

  6. Inspect button Unfolds to a a set of controls (StepIn, StepOut, Pause, Run) Also unfolds when DebugPanel is opened in Toolbar

  7. and 7. should be added to the system control section if possible

dirkwhoffmann commented 7 years ago

TODO: Make TouchBar customizable

dirkwhoffmann commented 7 years ago

done