public class RemoteDesktopInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
mAppWindowLeftOffset
Deprecated.
|
int |
mAppWindowTopOffset
Deprecated.
|
boolean |
mCursorShowing
cursor show status true:showing false:hidden.
|
int |
mScreenHeight
Deprecated.
|
int |
mScreenWidth
Deprecated.
|
Constructor and Description |
---|
RemoteDesktopInfo(boolean mCursorShowing,
int left,
int top,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public boolean mCursorShowing
When the remote device mouse is displayed, you need to send absolute (Mouse#onMoveTo(int, int)) coordinates to the remote device.
When the remote device mouse is hidden, you need to send relative (Mouse#onDeltaMove(int, int)) coordinates to the remote device
@Deprecated public int mAppWindowLeftOffset
@Deprecated public int mAppWindowTopOffset
@Deprecated public int mScreenWidth
@Deprecated public int mScreenHeight