Ryochan7 / DS4Windows

Like those other ds4tools, but sexier

Home Page:https://ryochan7.github.io/ds4windows-site/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TODO] Unify Gyro Trigger menus

Ryochan7 opened this issue · comments

Currently experimenting with getting rid of the separate Button with ContextMenu instances used for setting Gyro Triggers and maintaining one list that contains the necessary controls. I have made a prototype UserControl that does the job but having to expose certain properties to later bind to in the XAML is a bit of extra overhead. Maybe it would be better to create the ContextMenu from a list of elements from the ViewModel? IDK.

Just went with the ViewModel version instead. A bit easier to implement. Having a code example of making custom DependencyProperty instances was not worth it.

f36e5bb