Added raw ASCII char field in keyboard view

This commit is contained in:
furrtek 2016-08-01 20:06:17 +02:00
parent 94b27ec45c
commit 72f3c08e9b
11 changed files with 110 additions and 70 deletions

View file

@ -403,6 +403,7 @@ private:
class NumberField : public Widget {
public:
std::function<void(NumberField&)> on_select;
std::function<void(int32_t)> on_change;
using range_t = std::pair<int32_t, int32_t>;