MCPcopy Create free account
hub / github.com/material-shell/material-shell /

Class

src/manager/msFocusManager.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18export type MsFocusManagerType = InstanceType<typeof MsFocusManager>;
19export class MsFocusManager extends MsManager {
20 msWindowManager: MsWindowManagerType;
21 lastMsWindowFocused: MsWindow | null = null;
22 lastKeyFocus: Clutter.Actor | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected