Support Rumble on Windows

This commit is contained in:
loki 2021-07-18 11:05:34 +02:00
commit 1fda8f6219
11 changed files with 165 additions and 43 deletions

View file

@ -5,11 +5,12 @@
#ifndef SUNSHINE_INPUT_H
#define SUNSHINE_INPUT_H
#include <functional>
#include "platform/common.h"
#include "thread_safe.h"
namespace input {
struct input_t;
void print(void *input);