프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_motionSpeed | float | ||
m_sessionId | int | ||
m_state | States | ||
m_timestamp | int | ||
m_x | float | ||
m_xSpeed | float |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | 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 | |
리턴 | System |
public SquareDistance ( |
||
cursor | ||
리턴 | float |