orbitusii / loki-bms-csharp

Battle Management Scope for DCS World (and maybe others?), this time in C#!
MIT License
2 stars 0 forks source link

Right-Click Menu #8

Open orbitusii opened 1 year ago

orbitusii commented 1 year ago

Right-clicking on the main Scope menu should show a WPF control containing various options relevant to the current track selection

Right Click menu should have options including but not limited to the following:

Right Click menu should clamp its position to the scope's bounds, if possible, while preferring to sit to the lower-right of the cursor

orbitusii commented 1 year ago

Implemented TE behavior, can create, edit, set/remove as bullseye. Track behavior will require more robust implementation of "hey is this track going to drop soon or ever" on the TrackFile class so we'll have to revisit in the near future.