mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Enabled HIDAPI debug logging for diagnostic purposes
This commit is contained in:
parent
9e3e489012
commit
3e70376bce
2 changed files with 5 additions and 6 deletions
|
|
@ -2008,6 +2008,9 @@ int main(int argc, char *argv[])
|
|||
/* Enable standard application logging */
|
||||
SDL_SetLogPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
|
||||
|
||||
/* Enable input debug logging */
|
||||
SDL_SetLogPriority(SDL_LOG_CATEGORY_INPUT, SDL_LOG_PRIORITY_DEBUG);
|
||||
|
||||
/* Parse commandline */
|
||||
for (i = 1; i < argc;) {
|
||||
int consumed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue