-
public final class RemoteControlManager
-
-
Constructor Summary
Constructors Constructor Description RemoteControlManager(Context context, ContextWatcher contextWatcher)
-
Method Summary
Modifier and Type Method Description final BooleanshowPointer(String id, ScreenConfig screenConfig, Boolean remoteControl, Integer x, Integer y)final UnithidePointer(String id)final UnitmouseCommand(RemoteControlCommand.Mouse command, ScreenConfig screenConfig)final UnitkeyboardCommand(RemoteControlCommand.Keyboard command)final UnittouchCommand(RemoteControlCommand.Touch command)final UnitpointerClick(String id)final UnitpointerUpdatePosition(String id, Integer x, Integer y)final UnitupdateScreenConfig(ScreenConfig screenConfig)final ContextgetContext()-
-
Constructor Detail
-
RemoteControlManager
RemoteControlManager(Context context, ContextWatcher contextWatcher)
-
-
Method Detail
-
showPointer
final Boolean showPointer(String id, ScreenConfig screenConfig, Boolean remoteControl, Integer x, Integer y)
-
hidePointer
final Unit hidePointer(String id)
-
mouseCommand
final Unit mouseCommand(RemoteControlCommand.Mouse command, ScreenConfig screenConfig)
-
keyboardCommand
final Unit keyboardCommand(RemoteControlCommand.Keyboard command)
-
touchCommand
final Unit touchCommand(RemoteControlCommand.Touch command)
-
pointerClick
final Unit pointerClick(String id)
-
pointerUpdatePosition
final Unit pointerUpdatePosition(String id, Integer x, Integer y)
-
updateScreenConfig
final Unit updateScreenConfig(ScreenConfig screenConfig)
-
getContext
final Context getContext()
-
-
-
-