So I have this basic app created where it does the lucky draw. The client now wanted to use presentation clicker device to operate instead of pressing the jewel button or the redo button on the app. I have tested the clicker device and it initiates UP key and DOWN key when pressed.
So now, when I implement the Keydown event in c#, it is not responding to any key.
I have tried this in a separate project and it's working correctly.
I have tried Key Down event and it isn't working.