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