mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Shortcuts can be set to a context
This commit is contained in:
@@ -1,22 +1,11 @@
|
||||
import { ShortcutManager } from "../shortcut/shortcutmanager";
|
||||
|
||||
|
||||
export interface ContextInterface {
|
||||
|
||||
}
|
||||
|
||||
export class Context {
|
||||
|
||||
#shortcutManager: ShortcutManager;
|
||||
|
||||
constructor( config:ContextInterface ) {
|
||||
|
||||
this.#shortcutManager = new ShortcutManager();
|
||||
|
||||
}
|
||||
|
||||
getShortcutManager() {
|
||||
return this.#shortcutManager;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user