mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 10:31:07 +00:00
Added in touchscreen controls for Android/iOS - Alex / HeofHIShirts
@@ -1,6 +1,7 @@
|
||||
In this guide:
|
||||
* [Prerequisites](https://github.com/moonlight-stream/moonlight-android/wiki/Setup-Guide#prerequisites)
|
||||
* [Quick Setup Instructions](https://github.com/moonlight-stream/moonlight-android/wiki/Setup-Guide#quick-setup-instructions)
|
||||
* [Touchscreen Controls for Android or iOS](https://github.com/moonlight-stream-moonlight-android/wiki/Setup-Guide#touchscreen-controls-for-android-or-iOSS)
|
||||
* [Streaming over the Internet](https://github.com/moonlight-stream/moonlight-android/wiki/Setup-Guide#streaming-over-the-internet)
|
||||
* [Using a gamepad connected to the PC instead of the streaming device](https://github.com/moonlight-stream/moonlight-android/wiki/Setup-Guide#using-a-gamepad-connected-to-the-pc-instead-of-the-streaming-device)
|
||||
* [Adding custom programs that are not automatically found](https://github.com/moonlight-stream/moonlight-android/wiki/Setup-Guide#adding-custom-programs-that-are-not-automatically-found)
|
||||
@@ -77,6 +78,17 @@ Using an external mouse as a relative input on Android requires a rooted device.
|
||||
|
||||
5. Choose your PC in the PC list and the app list will be displayed where you can select a game to stream.
|
||||
|
||||
##Touschreen Controls for Android or iOS
|
||||
|
||||
Moonlight for Android and iOS use the touch screen as a way of controlling the mouse cursor. Multi-touch devices can emulate more mouse functions than single-touch devices.
|
||||
|
||||
* Swiping across the screen moves the mouse cursor in the direction of the swipe.
|
||||
* Tap once with one finger to left-click.
|
||||
* Tap and hold in the same place to start a click and drag. After a short while, swipe the finger to drag in the direction of the swipe.
|
||||
* Tap with two fingers to right-click.
|
||||
* A reasonably consistent way of getting a right-click is to tap and hold with one finger and then tap with the second finger before releasing both fingers. The timing takes a little practice, but the results are pretty consistent.
|
||||
* Tap with three fingers to open the on-screen keyboard. Only some keyboards work with Moonlight for Android - the [Hacker's Keyboard](https://play.google.com/store/apps/details?id=org.pocketworkstation.pckeyboard) seems to work well for everything but the arrow keys.
|
||||
|
||||
##Streaming over the Internet
|
||||
|
||||
NVIDIA has disabled UPnP support in GFE 2.4.1, so it is necessary to forward ports manually if you're behind a router. Forwarding ports is only required to stream from outside your network. The following ports must be forwarded for streaming to work:
|
||||
|
||||
Reference in New Issue
Block a user