mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-10 07:51:52 +00:00
Extract VGAGainField.
This commit is contained in:
@@ -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__*/
|
||||
|
||||
Reference in New Issue
Block a user