Fix init for InputEvent (#8015)

This commit is contained in:
Markus
2025-09-18 13:32:56 +02:00
committed by GitHub
parent ba18467bd1
commit d8381aa905
10 changed files with 15 additions and 15 deletions

View File

@@ -47,7 +47,7 @@ bool TouchScreenImpl1::getTouch(int16_t &x, int16_t &y)
*/
void TouchScreenImpl1::onEvent(const TouchEvent &event)
{
InputEvent e;
InputEvent e = {};
e.source = event.source;
e.kbchar = 0;
e.touchX = event.x;