[求助]请教高手setuserinputcontrols
www.dimcax.com
[求助]请教高手setuserinputcontrols帮助里面是这样写的:
use the following function to change the default user input controls:
void setuserinputcontrols(acedjig::userinputcontrols uic);
the user input controls put limitations on the drag sequence or the type of acceptable return value (for example, by not allowing negative responses, by not allowing a zero response, or by restricting the input value to a 2d coordinate). they also specify how various user actions affect the drag sequence. for example, kacceptmouseupaspoint specifies that releasing the mouse button indicates the input value
主要想问:for example, kacceptmouseupaspoint specifies that releasing the mouse button indicates the input value
这个是通过什么实现的?有通过系统变量吗?其他如lisp或vba能否实现?