1786009593

This commit is contained in:
2026-08-06 11:46:33 +02:00
parent 65ff70c4e6
commit 1b2db4c426
5 changed files with 5107 additions and 172 deletions

View File

@@ -17,7 +17,6 @@ fn main() {
let mut trekstor = Trekstor::new(60, app_state);
trekstor.update(|ctx, state| {
// retuyrningf false will exit loop
if ctx.input.is_just_released(KeyCode::BTN_TOUCH) {
println!("Released {}x{}", ctx.input.x, ctx.input.y);
state.x = ctx.input.x;