Emulate an xbox 360 controller

This commit is contained in:
loki
2019-12-06 16:33:13 +01:00
parent 3ee5b75c46
commit d8f1cf3cd0
5 changed files with 56 additions and 195 deletions

View File

@@ -10,7 +10,7 @@
namespace input {
void print(void *input);
void passthrough(platf::display_t::element_type *display, void *input);
void passthrough(platf::input_t &, void *input);
}
#endif //SUNSHINE_INPUT_H