MCPcopy Create free account
hub / github.com/ZToolsCenter/ZTools /

Class

src/main/api/plugin/input.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 * 输入事件API - 插件专用
11 */
12export class PluginInputAPI {
13 private pluginManager: PluginManager | null = null
14 /** 窗口管理器,用于隐藏主窗口和获取主窗口引用 */
15 private windowManager: typeof WindowManagerInstance | null = null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected