Skip to content

[rcore][drm] GetTouchPointCount() returns 1 when screen is not touched #4842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
larry104 opened this issue Mar 15, 2025 · 1 comment
Open
Labels
platform: DRM/RPI DRM/Raspberry Pi platform

Comments

@larry104
Copy link

Just did a git pull to get the latest; compiled on a RaspberryPi 3 with make PLATFORM=PLATFORM_DRM

To reproduce just add to the core_input_multitouch.c a statement to print tCount and compile and run it.

When touching the screen first with your index finger when with your thumb and then releasing the index finger and after that the thumb the tCount will still show 1 even though nothing touches the screen anymore.

@raysan5 raysan5 changed the title [bug] multitouch: GetTouchPointCount() shows 1 when screen is not not touched [rcore][drm] GetTouchPointCount() returns 1 when screen is not touched Mar 16, 2025
@raysan5 raysan5 added the platform: DRM/RPI DRM/Raspberry Pi platform label Mar 16, 2025
Repository owner deleted a comment Apr 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: DRM/RPI DRM/Raspberry Pi platform
Projects
None yet
Development

No branches or pull requests

2 participants