AnyCAD Rapid API 2023
Help you to create a better world!
|
Public 成员函数 | |
int | GetX () |
void | SetX (int val) |
int | GetY () |
void | SetY (int val) |
long | GetFlags () |
void | SetFlags (long val) |
EnumMouseButton | GetButtons () |
void | SetButtons (EnumMouseButton val) |
long | GetKey () |
void | SetKey (long val) |
long | GetVKey () |
void | SetVKey (long val) |
short | GetClicks () |
void | SetClicks (short val) |
boolean | GetTouch () |
void | SetTouch (boolean val) |
void | SetCtrlKey (boolean enabled) |
boolean | HasCtrlKey () |
void | SetAltKey (boolean enabled) |
boolean | HasAltKey () |
void | SetShiftKey (boolean enabled) |
boolean | HasShiftKey () |
void | SetLeftButtonDown () |
void | SetMiddleButtonDown () |
void | SetRightButtonDown () |
boolean | TestFlags (EnumMouseButton button, EnumKeyModifier key) |
<> Used to get mouse/keyboard input.