Implement horizontal scrolling and Sunshine detection for Moonlight (#793)

This commit is contained in:
Cameron Gutman
2023-01-21 17:42:08 -06:00
committed by GitHub
parent da390c37db
commit 4b642f6e01
8 changed files with 52 additions and 4 deletions

View File

@@ -417,6 +417,10 @@ void scroll(input_t &input, int high_res_distance) {
CFRelease(upEvent);
}
void hscroll(input_t &input, int high_res_distance) {
// Unimplemented
}
input_t input() {
input_t result { new macos_input_t() };