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