Get the ISO8859-1 value of a key event
int PhTo8859_1( PhKeyEvent_t const *keyevent );
This function returns a valid ISO8859-1 code for the given key event, if one exists. If there's no valid ISO8859-1 code for the given event, the function returns -1.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
<photon/PkKeyDef.h>