Skip to content

Instantly share code, notes, and snippets.

@mmozeiko
mmozeiko / xbox_test.c
Last active February 27, 2024 17:41
Getting xbox controller input without xinput
// cl.exe xbox_test.c /link setupapi.lib user32.lib
#include <windows.h>
#include <setupapi.h>
#include <dbt.h>
#include <stdio.h>
/// interface
#define XBOX_MAX_CONTROLLERS 16