[Previous] [Contents] [Index] [Next]

PhKeyToMb()

Get the UTF-8 value of a key event

Synopsis:

int PhKeyToMb( char *buffer,
               PhKeyEvent_t const *keyevent );

Description:

This function stores, in buffer, a valid UTF-8 char array for the given key event, if one exists.

Returns:

The number of bytes in the UTF-8 code, or -1 if there's no valid UTF-8 code for the given event.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PhGetData(), PhTo8859_1()

<photon/PkKeyDef.h>


[Previous] [Contents] [Index] [Next]