#include <swkbd.hpp>
Public Member Functions | |
| Swkbd (int flags=SWKBD_NORMAL, size_t maxLen=64) | |
| void | setHint (const char *hint) |
| void | setValidation (SwkbdValidInput input) |
| std::string | getInput () |
| xs::hid::Swkbd::Swkbd | ( | int | flags = SWKBD_NORMAL, |
| size_t | maxLen = 64 ) |
| std::string xs::hid::Swkbd::getInput | ( | ) |
| void xs::hid::Swkbd::setHint | ( | const char * | hint | ) |
| void xs::hid::Swkbd::setValidation | ( | SwkbdValidInput | input | ) |