AnyCAD Rapid API 2025
Help you to create a better world!
载入中...
搜索中...
未找到
InputEvent类 参考

Public 成员函数

int GetX ()
 
void SetX (int val)
 
int GetY ()
 
void SetY (int val)
 
EnumKeyModifier GetFlags ()
 
void SetFlags (EnumKeyModifier val)
 
EnumMouseButton GetButtons ()
 
void SetButtons (EnumMouseButton val)
 
EnumKeyCode GetKey ()
 
void SetKey (EnumKeyCode 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)
 
boolean TestKey (EnumKeyCode key)
 

详细描述

<> Used to get mouse/keyboard input.