Ryochan7/DS4Windows

[TODO] Unify Gyro Trigger menus

Ryochan7 opened this issue · 1 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