Property | Type | Description | |
---|---|---|---|
m_motionSpeed | float | ||
m_sessionId | int | ||
m_state | States | ||
m_timestamp | int | ||
m_x | float | ||
m_xSpeed | float |
Method | Description | |
---|---|---|
CursorPoint ( int sessionId, float x, float y, States state ) : System | ||
CursorPoint ( int sessionId, float x, float y, float xSpeed, float ySpeed, float motionSpeed, float motionAccel, int timestamp, States state ) : System | ||
SquareDistance ( |
||
SquareDistance ( float x, float y ) : float |
public CursorPoint ( int sessionId, float x, float y, States state ) : System | ||
sessionId | int | |
x | float | |
y | float | |
state | States | |
return | System |
public CursorPoint ( int sessionId, float x, float y, float xSpeed, float ySpeed, float motionSpeed, float motionAccel, int timestamp, States state ) : System | ||
sessionId | int | |
x | float | |
y | float | |
xSpeed | float | |
ySpeed | float | |
motionSpeed | float | |
motionAccel | float | |
timestamp | int | |
state | States | |
return | System |
public SquareDistance ( |
||
cursor | ||
return | float |
public SquareDistance ( float x, float y ) : float | ||
x | float | |
y | float | |
return | float |