how do cross platform frameworks like sdl or java provide platform independed keycodes. do they have mapping tables for all possible cases? or is there another (eventually better) way to achieve this.
i need this because i am working on an open source framework for (continuous) dynamic keystroke authentication. i have clients int the form of an java applet, native linux c and native windows c++ code. the clients connect to the server via network sockets and send the captured keystrokes as keycodes with some timing information appended to an server written in c. the problem i'm facing is, that the keycodes for the same key but from different clients differ.