Sunshine/input.h

17 lines
241 B
C
Raw Normal View History

//
// Created by loki on 6/20/19.
//
#ifndef SUNSHINE_INPUT_H
#define SUNSHINE_INPUT_H
#include <platform/common.h>
namespace input {
void print(void *input);
2019-12-06 15:33:13 +00:00
void passthrough(platf::input_t &, void *input);
}
#endif //SUNSHINE_INPUT_H