[Previous]
[Bookset]
[Next]

PhTo8859_1()

Get the ASCII value of a key event

Synopsis:

int PhTo8859_1( PhKeyEvent_t const *keyevent );

Description:

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.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhGetData(), PhKeyToMb(), <photon/PkKeyDef.h>


[Previous]
[Bookset]
[Next]