Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add osk event when user canceled input
  • Loading branch information
sergiou87 committed Jun 11, 2020
commit 4fb106fd9071c6ab65ea5aa4ae42e9fec9fe046f
3 changes: 3 additions & 0 deletions ppu/include/sysutil/sysutil.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
#define SYSUTIL_OSK_DONE 0x0503
/*! \brief On-screen keyboard has been unloaded. */
#define SYSUTIL_OSK_UNLOADED 0x0504
/*! \brief On-screen keyboard has canceled input. */
#define SYSUTIL_OSK_INPUT_CANCELED 0x0506

#ifdef __cplusplus
extern "C" {
Expand All @@ -51,6 +53,7 @@ extern "C" {
- \ref SYSUTIL_OSK_LOADED
- \ref SYSUTIL_OSK_DONE
- \ref SYSUTIL_OSK_UNLOADED
- \ref SYSUTIL_OSK_INPUT_CANCELED
\param param Event parameter, depending on event value.
\param usrdata Pointer to user data as provided to the
\ref sysUtilRegisterCallback function.
Expand Down