版本:2.2 语言:简中 更新:2024-12-20 资源说明 AltMove Mouse Manager是一个可以通过不同的鼠标和键盘组合进行窗口的移动和调整大小.界面小巧,操作简单,而且还是绿色免费的哦!你要对你的键盘进行调整的话这个软件就能帮到你。有喜欢的小伙伴快来下载吧!
publicstaticconst PICK_TYPE:String= "pickType"; privatestaticvarmouseState:String= MouseManager.DEFAULT_TYPE; privatestaticvarmouseData:ActionData; /** * 添加鼠标类型 * @param mouseType 类型名称 * @param bit 图 */ publicstaticfunctioninitMouseManager():void { varmd:MouseCursorData; md = new ...
The MouseManager class provides a general-purpose, easy-to-use interface for managing mouse-based interactions with objects in a figure. A MouseManager object is associated with a figure window and helps handle any mouse-driven interactions (such as clicking, hovering, and scrolling) with multiple...
(hAxes, demoImage);% Create MouseManager and intialize:mmObject = MouseManager(hFigure); mmObject.add_item(hAxes,'normal', @pan_image,...'scroll', @zoom_image,...'click','open', @reset_image); mmObject.enable(true); display(mmObject);% Nested functions:functionpan_image(hObject, ...
CMouseManager::LoadState从注册表加载 CMouseManager 类 的状态。复制 BOOL LoadState(LPCTSTR lpszProfileName = NULL); 参数lpszProfileName [in] 注册表项的路径。返回值如果成功,则不为 0;否则为 0。备注从注册表加载的状态信息包括已注册的视图、视图标识符和关联的命令。 如果参数 lpszProfileName 为 ...
AltMove Mouse Manager 2.2 官方版 软件大小:207 KB 软件语言:英文 更新时间:2024-08-23 授权:免费软件 适用平台:Win8,Win7,WinXP 推荐度:6分 无病毒 点击查看大图 软件介绍 AltMove Mouse Manager是一个可以通过不同的鼠标和键盘组合进行窗口的移动和调整大小.界面小巧,操作简单,而且还是绿色免费的哦!你要对你...
Mouse without Borders, free and safe download. Mouse without Borders latest version: Control multiple PCs with one set of peripherals. Mouse without B
CMouseManager::AddViewAdds aCViewobject to theCustomizationdialog box. TheCustomizationdialog box enables the user to associate a double-click with a command for each of the listed views. CMouseManager::GetViewDblClickCommandReturns the command that is executed when the user double-clicks inside th...
CMouseManager::GetViewIconId Restituisce l'icona associata all'ID di visualizzazione CMouseManager::GetViewIdByName Restituisce la visualizzazione ID associata al nome di visualizzazione specificato. CMouseManager::GetViewNames Recupera un elenco di tutti i nomi di visualizzazione aggiunti. C...
The MouseManager class provides a general-purpose interface for managing mouse-based interactions with figure objects. - kpeaton/MouseManager