Hello everybody.
I'm making software to control microchip via USB. The problem starts when I want to make OPTIONS window, there you can change keyboard buttons. First, i made a simple OnKeyDown program if ( Key == 'R') led_on(); everything works allright.
But if I take letter from EditText, it won't work, for example, if I write "T" in Edit screen, when it doesn't matter which key I press, the KeyDown funkcion does work.
So, my question, how to move the letter from EditText to Key, becouse one is ansistring, and other unsigned int i think.
Thank you.
I'm making software to control microchip via USB. The problem starts when I want to make OPTIONS window, there you can change keyboard buttons. First, i made a simple OnKeyDown program if ( Key == 'R') led_on(); everything works allright.
But if I take letter from EditText, it won't work, for example, if I write "T" in Edit screen, when it doesn't matter which key I press, the KeyDown funkcion does work.
So, my question, how to move the letter from EditText to Key, becouse one is ansistring, and other unsigned int i think.
Thank you.