# Mobile Controls

RSB is mobile optimized, meaning that you can use all of the features we covered in mobile.

{% hint style="info" %}
Only case where it might be performance heavy to use is the **Wind Point Indicators** of **Dynamic Scope System**. Remember we had those orange lines showing where the bullet will land depending on the wind? They might be a little too much for a mobile platform, however our tests using **Galaxy A70,** **LG G7** and **Iphone 7** showed that it worked without a problem with a stable fps.
{% endhint %}

All of the demo player & weapon controllers are suitable to use with a mobile controller. Meaning that walk input, aim input, fire input etc. are all methods that can be called from outside. If you open up the demo scene **MobileControls,** you will see that there is a canvas with a **DemoMobileController.cs** script attached, which manages a joystick input, and receives input from UI touches to aim, fire, cycle zero distances etc.&#x20;

![MobileDemo scene](/files/-MaOknGnT_AUQXm1M_Us)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rsb.inanevin.com/getting-started/mobile-controls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
