We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
以下是所有OSX平台必要的GayUI接口实现
Mac/GraphicsElement/CoreGraphics IGuiGraphicsParagraph定义了各平台下富文本界面要实现的接口
NativeWindow/OSX/CoreGraphics 创建OSX平台上的INativeController实现,注册事件监听器和渲染器,让GUI程序进入主循环
NativeWindow/OSX/ServiceImpl 各种跨平台服务实现,包括剪贴板、键盘鼠标事件捕获等