共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > eventrelay |
eventrelay
|
0 | 0 | 14 |
贡献者 | 讨论 | 代码提交 |
EventRelay is a Sketchup Plugin (Windows only) for relaying keyboard, mouse, and menu events to a SketchUp Ruby plugin script. It allows a ruby script to see all key, mouse, and menu events before SketchUp does, and allows the script to accept, discard, or substitute some other action for the event.
Events supported are: OnKeyUp, OnKeyDown, OnLButtonUp, OnLButtonDown, OnRButtonUp/Down, OnMButtonUp/Down, OnMenu.
MS Windows only
See the wiki for specific event support.