12 lines
190 B
C
12 lines
190 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
|
|
struct ferrum_xinput_config {
|
|
bool enable;
|
|
};
|
|
|
|
HRESULT ferrum_xinput_init(struct ferrum_xinput_config *cfg); |