public release
This commit is contained in:
11
sphaira/include/swkbd.hpp
Normal file
11
sphaira/include/swkbd.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <switch.h>
|
||||
#include <string>
|
||||
|
||||
namespace sphaira::swkbd {
|
||||
|
||||
Result ShowText(std::string& out, const char* guide = nullptr, s64 len_min = -1, s64 len_max = -1);
|
||||
Result ShowNumPad(s64& out, const char* guide = nullptr, s64 len_min = -1, s64 len_max = -1);
|
||||
|
||||
} // namespace sphaira::swkbd
|
||||
Reference in New Issue
Block a user