Skip to content
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

[core] Fix PLATFORM_DRM hang up on exit and mouse input issues #3484

Merged
merged 1 commit into from Oct 29, 2023
Merged

[core] Fix PLATFORM_DRM hang up on exit and mouse input issues #3484

merged 1 commit into from Oct 29, 2023

Conversation

ghost
Copy link

@ghost ghost commented Oct 29, 2023

Changes

Moves InitTimer() to before the input events system initializations (from L916-L919 to R909-R913) on rcore_drm.c.

Reference

Fixes #3482

Environment

Tested on Raspberry Pi 3 Model B 1.2 with Linux (Raspberry Pi OS 11 Bullseye 32-bit armhf).

Edits

1: added line marks; editing.

@raysan5 raysan5 merged commit 049a6d4 into raysan5:master Oct 29, 2023
12 checks passed
@raysan5
Copy link
Owner

raysan5 commented Oct 29, 2023

@ubkp thank you very much for the fix! Please note that @michaelfiber is actually redesigning the full input system for PLATFORM_DRM, so maybe the reasons for this change are redesigned.

@ghost ghost deleted the fix/drm-init branch October 29, 2023 19:57
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.

[core] PLATFORM_DRM hang up on exit and mouse not working
1 participant