mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 21:02:39 +02:00
Fixed doxygen for swkbd.h.
This commit is contained in:
parent
2900622cb5
commit
9aa0f901d1
@ -47,7 +47,8 @@ typedef enum {
|
|||||||
SwkbdRequestCommand_Calc = 0xA,
|
SwkbdRequestCommand_Calc = 0xA,
|
||||||
} SwkbdRequestCommand;
|
} SwkbdRequestCommand;
|
||||||
|
|
||||||
typedef SwkbdTextCheckResult (*SwkbdTextCheckCb)(char* tmp_string, size_t tmp_string_size); /// TextCheck callback set by \ref swkbdConfigSetTextCheckCallback, for validating the input string when the swkbd ok-button is pressed. This buffer contains an UTF-8 string. This callback should validate the input string, then return a \ref SwkbdTextCheckResult indicating success/failure. On failure, this function must write an error message to the tmp_string buffer, which will then be displayed by swkbd.
|
/// TextCheck callback set by \ref swkbdConfigSetTextCheckCallback, for validating the input string when the swkbd ok-button is pressed. This buffer contains an UTF-8 string. This callback should validate the input string, then return a \ref SwkbdTextCheckResult indicating success/failure. On failure, this function must write an error message to the tmp_string buffer, which will then be displayed by swkbd.
|
||||||
|
typedef SwkbdTextCheckResult (*SwkbdTextCheckCb)(char* tmp_string, size_t tmp_string_size);
|
||||||
|
|
||||||
/// Base swkbd arg struct.
|
/// Base swkbd arg struct.
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user