Create a new method for NativeWindowObserver for AppCommands
This commit is contained in:
parent
1418fdbc02
commit
d98cece115
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ class NativeWindowObserver {
|
||||||
|
|
||||||
// Called when renderer recovers.
|
// Called when renderer recovers.
|
||||||
virtual void OnRendererResponsive() {}
|
virtual void OnRendererResponsive() {}
|
||||||
|
|
||||||
|
// Called on Windows when App Commands arrive (WM_APPCOMMAND)
|
||||||
|
virtual void OnExecuteWindowsCommand(int command) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace atom
|
} // namespace atom
|
||||||
|
|
Loading…
Reference in a new issue