mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-18 03:10:27 -04:00
Added raw ASCII char field in keyboard view
This commit is contained in:
parent
94b27ec45c
commit
72f3c08e9b
11 changed files with 110 additions and 70 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue