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