3 Replies
I'm trying to implement this method but i'm so goddamn lost
https://github.com/aljomatrix/Assignment2Repository
Essentially In order i'm trying to make it
- Await a click on the GameGrid
- Save the clicks coordinates
- Return the coordinates
console?
oh oops i forgot there were tags
so what does "requesting a valid move" look like?
https://stackoverflow.com/questions/60132125/wait-till-user-click-c-sharp-wpf
this may help for waiting for user click
Stack Overflow
Wait till user click C# WPF
I want to create a button in a WPF window that, when clicked, waits for the user to click on the window and acquires the location of the click. Once the location is acquired, the program will conti...