Implement horizontal scrolling and Sunshine detection for Moonlight (#793)
This commit is contained in:
@@ -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() };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user