mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 22:34:29 -04:00
Use std:rand() in Touchscreen Test (#1840)
This commit is contained in:
parent
ee2e57d702
commit
464cc8449e
2 changed files with 4 additions and 11 deletions
|
@ -385,7 +385,6 @@ class DebugScreenTest : public View {
|
|||
bool on_key(KeyEvent key) override;
|
||||
bool on_encoder(EncoderEvent delta) override;
|
||||
bool on_touch(TouchEvent event) override;
|
||||
uint16_t semirand();
|
||||
void paint(Painter& painter) override;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue