Skip to content

Commit d828710

Browse files
sergiou87zeldin
authored andcommitted
Add osk event when user canceled input
1 parent 441ed1e commit d828710

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ppu/include/sysutil/sysutil.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#define SYSUTIL_OSK_DONE 0x0503
3636
/*! \brief On-screen keyboard has been unloaded. */
3737
#define SYSUTIL_OSK_UNLOADED 0x0504
38+
/*! \brief On-screen keyboard has canceled input. */
39+
#define SYSUTIL_OSK_INPUT_CANCELED 0x0506
3840

3941
#ifdef __cplusplus
4042
extern "C" {
@@ -51,6 +53,7 @@ extern "C" {
5153
- \ref SYSUTIL_OSK_LOADED
5254
- \ref SYSUTIL_OSK_DONE
5355
- \ref SYSUTIL_OSK_UNLOADED
56+
- \ref SYSUTIL_OSK_INPUT_CANCELED
5457
\param param Event parameter, depending on event value.
5558
\param usrdata Pointer to user data as provided to the
5659
\ref sysUtilRegisterCallback function.

0 commit comments

Comments
 (0)