| 17 | |
| 18 | export type MsFocusManagerType = InstanceType<typeof MsFocusManager>; |
| 19 | export class MsFocusManager extends MsManager { |
| 20 | msWindowManager: MsWindowManagerType; |
| 21 | lastMsWindowFocused: MsWindow | null = null; |
| 22 | lastKeyFocus: Clutter.Actor | null = null; |
nothing calls this directly
no outgoing calls
no test coverage detected