Delta-v/Content.Client/Options/UI/Tabs
ShadowCommander 3b21421ef1
Add EscapeContext keybind (#15301)
* Add EscapeContext

Escape context input closes windows if there are any open. If there are not any windows it opens the game menu.

* Add fluent for Escape Context

* Move EngineContext keybind to content

* Readd WindowCloseAll

* Fix EscapeContext not opening the game menu after using WindowCloseAll

WindowCloseAll does not clear the CloseRecentWindowUIController.recentlyInteractedWindows, which caused HasClosableWindow to return true because the list still had items.

Changed HasClosableWindow to check if windows in the list are still open and clear them if they aren't.

* Clean up EscapeContextUIController
2023-04-13 18:10:44 -07:00
..
AudioTab.xaml Add lobby music volume slider (#12153) 2022-11-04 11:15:37 +11:00
AudioTab.xaml.cs Add lobby music volume slider (#12153) 2022-11-04 11:15:37 +11:00
GraphicsTab.xaml Oldchat (#11913) 2022-10-17 17:13:41 -05:00
GraphicsTab.xaml.cs Rename cvars (#14001) 2023-02-12 16:51:21 +00:00
KeyRebindTab.xaml Minor UI refactor (#11212) 2022-09-11 20:42:12 -07:00
KeyRebindTab.xaml.cs Add EscapeContext keybind (#15301) 2023-04-13 18:10:44 -07:00
NetworkTab.xaml Add new PVS options slider (#12146) 2022-10-26 14:19:11 +11:00
NetworkTab.xaml.cs Fix warnings and code cleanup/fixes (#13570) 2023-01-19 13:56:45 +11:00