Daniel-Martinez / Tags

Tags
0 stars 0 forks source link

Create Directional Buttons; Up, Down, Left, Right for launcher movement #24

Closed Daniel-Martinez closed 10 years ago

Daniel-Martinez commented 10 years ago

create method using MVVM to create movment of turrent. Press and hold vs press once and move X degrees.

Daniel-Martinez commented 10 years ago

Using MVVM method I was able to create a Delegate Command call using the ICommand interface to bind commands for the missile launcher directional control. I want to tie them to your GUI. Jason

Daniel-Martinez commented 10 years ago

The directional commands are working and follow the MVVM model