Skip to content

Fix printing joystick leftovers from previous frames#115

Open
masagrator wants to merge 1 commit into
switchbrew:masterfrom
masagrator:patch-1
Open

Fix printing joystick leftovers from previous frames#115
masagrator wants to merge 1 commit into
switchbrew:masterfrom
masagrator:patch-1

Conversation

@masagrator
Copy link
Copy Markdown

@masagrator masagrator commented May 20, 2026

Because when only sticks are held, consoleClear is never called.

When it will print f.e.

-32767; -32767

And after that should be

2300; -32767

but because of leftovers we are getting

2300; -3276767

Situation like

0000; 32768767

doesn't happen because before that it triggers keys change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant