描述

AMS 库是一组工具和函数,用于使用 Microsoft Windows API 与 SketchUp 窗口及其子窗口进行交互。它能够切换 SketchUp 全屏并改变工具栏容器、状态栏、场景栏和窗口其他元素的可见性状态。它还能够观察和决策SketchUp 窗口程序的各种事件和消息。也就是说,AMS Library 能够阻止和监视到达 Sketchup 窗口过程的键盘和鼠标消息。这种功能对于寻求对 SketchUp 应用程序有更多控制权的开发人员来说是必不可少的,例如,为了创建游戏。同样,这个库带有许多 Windows API 实用程序,允许开发人员将他/她的 webdialogs 调整到一个新的水平。在很多方面,这个库是为了实现目标而编写的at 无法使用标准的 SketchUp API 完成。

该库主要由 AMS 窗口设置扩展程序使用。

要求
作者:Anton Synytsia
描述:我编写使用 Microsoft Windows API 的扩展,以及集成和编码物理引擎。
Description

AMS Library is a collection of tools and functions used to interact with SketchUp window and its sub-windows using Microsoft Windows API. It’s capable of switching SketchUp full screen and changing visibility state of toolbar containers, status bar, scenes bar, and other elements of the windows. It is also capable of observing and making decisions to various events and messages of SketchUp window procedure. That is, AMS Library is capable of blocking and monitoring keyboard and mouse messages that reach Sketchup window procedure. Such feature is essential for developers who seek more control over SketchUp application, that is, for the purpose of creating games for example. As well, this library comes with many Windows API utilities that allow developer to tweak his/her webdialogs to a new level. In many ways, this library is written to achieve things that cannot be done with a standard SketchUp API.

This library is mainly used by AMS Window Settings extension.

Requ

AMS图书馆