Controller - Input, Proxy
Input
A phone has different types of input like the accelerator, gyroscope or touchscreen, these do allow different possibilities of interaction.
Controller's send these data to the server, where the server forwards the data to a proxy.
Proxy
Is the server representation of a controller on client side. Whenever your phone has been rotated or the touch screen was used a proxy is aware of those changes.
Last updated