PhTo8859_1()

Get the ISO8859-1 value of a key event

Synopsis:

int PhTo8859_1( PhKeyEvent_t const *keyevent );

Library:

ph

Description:

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.

Returns:

The ISO8859-1 code, or -1 if there's no valid code for the given event.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhGetData(), PhKeyEvent_t, PhKeyToMb()

<photon/PkKeyDef.h>