Fix #8899 [Bug]: [TloraPager] RotaryEncoder crash (#8933)

* Fix #8899 [Bug]: [TloraPager] RotaryEncoder crash

* Apply Copilot review

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
This commit is contained in:
Igor Danilov
2025-12-11 19:04:15 -06:00
committed by GitHub
co-authored by GitHub Ben Meadors
parent 2ac74d6677
commit c8628b3422
3 changed files with 100 additions and 10 deletions
+1
View File
@@ -53,6 +53,7 @@ typedef struct _InputEvent {
class InputPollable
{
public:
virtual ~InputPollable() = default;
virtual void pollOnce() = 0;
};