We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441ed1e commit d828710Copy full SHA for d828710
1 file changed
ppu/include/sysutil/sysutil.h
@@ -35,6 +35,8 @@
35
#define SYSUTIL_OSK_DONE 0x0503
36
/*! \brief On-screen keyboard has been unloaded. */
37
#define SYSUTIL_OSK_UNLOADED 0x0504
38
+/*! \brief On-screen keyboard has canceled input. */
39
+#define SYSUTIL_OSK_INPUT_CANCELED 0x0506
40
41
#ifdef __cplusplus
42
extern "C" {
@@ -51,6 +53,7 @@ extern "C" {
51
53
- \ref SYSUTIL_OSK_LOADED
52
54
- \ref SYSUTIL_OSK_DONE
55
- \ref SYSUTIL_OSK_UNLOADED
56
+ - \ref SYSUTIL_OSK_INPUT_CANCELED
57
\param param Event parameter, depending on event value.
58
\param usrdata Pointer to user data as provided to the
59
\ref sysUtilRegisterCallback function.
0 commit comments