moonlight-stream / moonlight-common-android

Android common library - now embedded in Moonlight Android
GNU General Public License v3.0
116 stars 31 forks source link

Mouse scroll doesn't work #7

Closed cgutman closed 10 years ago

cgutman commented 10 years ago

Limelight doesn't send mouse scroll packets. We don't know the way that they are sent over the network to the PC. GFE 2.0.1/SHIELD Update 77 can send these events but the input connection seems to be encrypted now so we have no way of knowing what the data really looks like. I'm going to see if I can try with GFE 2.0.0/SHIELD Update 73, but I don't know whether that combo can do scrolling. I remember I tried fairly recently (last month and a half or so) and it didn't work in the official client on SHIELD, but I don't remember what version of GFE I was running.

This bug supersedes https://github.com/limelight-stream/limelight-android/issues/8 and https://github.com/limelight-stream/limelight-pc/issues/28 because common lacks the support for sending mouse scroll packets.

cgutman commented 10 years ago

This is fixed in Android release v2.5.4. PC still needs to be released.