08-02-2023, 05:38 AM
(This post was last modified: 08-02-2023, 06:01 AM by WhiteHexagon.
Edit Reason: testing on wasm
)
I copied your button event handler, and now it compiles but not sure if it runs... I dont see Gesture events being generated for the Screen.
I had a look into lv_indev.c, specifically around where it tries to calculate the velocity of the movement, and I can see that 'act_point' and 'last_point' are generating the same value, hence no velocity. I'm investigating on the WASM side and see if I can work out what's going on.
I had a look into lv_indev.c, specifically around where it tries to calculate the velocity of the movement, and I can see that 'act_point' and 'last_point' are generating the same value, hence no velocity. I'm investigating on the WASM side and see if I can work out what's going on.