mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 07:30:08 -04:00
Extract VGAGainField.
This commit is contained in:
parent
e85503cd81
commit
3e8b097588
3 changed files with 31 additions and 6 deletions
|
@ -315,6 +315,15 @@ public:
|
|||
void on_focus() override;
|
||||
};
|
||||
|
||||
class VGAGainField : public NumberField {
|
||||
public:
|
||||
std::function<void(void)> on_show_options;
|
||||
|
||||
VGAGainField(Point parent_pos);
|
||||
|
||||
void on_focus() override;
|
||||
};
|
||||
|
||||
} /* namespace ui */
|
||||
|
||||
#endif/*__UI_RECEIVER_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue