From ebd46076ab144ee54a4d03a9ef1ccdb7392764aa Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 12 Oct 2023 16:42:49 -0400 Subject: [PATCH] Add more logging --- src/rcore_drm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rcore_drm.c b/src/rcore_drm.c index 2b35f9f3d..f1d1b70a9 100644 --- a/src/rcore_drm.c +++ b/src/rcore_drm.c @@ -1443,6 +1443,8 @@ static void ProcessKeyboard(void) // This includes keyobard, mouse, gamepads, and touch screens. static void InitDrmInput(void) { + TraceLog(LOG_INFO, "RUNNING InitDrmInput"); + char path[MAX_FILEPATH_LENGTH] = { 0 }; DIR *directory = NULL; struct dirent *entity = NULL; @@ -1487,7 +1489,6 @@ static void InitDrmInput(void) InitDrmJoystick(i, path); break; } - } len = strlen("event-kbd");