mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-22 22:04:24 -04:00
Added access to min/med/max values
This commit is contained in:
parent
5d5865eefb
commit
fe4bc7902f
2 changed files with 18 additions and 0 deletions
|
@ -46,6 +46,9 @@ public:
|
|||
}
|
||||
|
||||
void paint(Painter& painter) override;
|
||||
int32_t get_min();
|
||||
int32_t get_avg();
|
||||
int32_t get_max();
|
||||
|
||||
private:
|
||||
int32_t min_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue