mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-12 19:52:17 -04:00
Remove redundant focus tracking code.
This commit is contained in:
parent
6e0aa79d44
commit
9fd93b0af6
2 changed files with 1 additions and 16 deletions
|
@ -112,9 +112,6 @@ public:
|
|||
|
||||
void paint(Painter& painter) override;
|
||||
|
||||
void on_focus() override;
|
||||
void on_blur() override;
|
||||
|
||||
bool on_encoder(const EncoderEvent event) override;
|
||||
|
||||
private:
|
||||
|
@ -124,8 +121,6 @@ private:
|
|||
EntryKey selected_key;
|
||||
const EntryKey invalid_key = 0xffffffff;
|
||||
|
||||
bool has_focus = false;
|
||||
|
||||
void advance(const int32_t amount);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue