Fix Keyboard Navigation and Xaml Island focus issues for KBM (dev/build-features) (#2429)

* Added XamlBridge code and implemented keyboard focus navigation for xaml islands

* Change global pointer to static
This commit is contained in:
Arjun Balgovind
2020-04-29 17:58:31 -07:00
committed by GitHub
parent 518da7e81d
commit 5e3da57e21
8 changed files with 433 additions and 47 deletions

View File

@@ -4,5 +4,5 @@
// Function to create the Edit Keyboard Window
void createEditKeyboardWindow(HINSTANCE hInst, KeyboardManagerState& keyboardManagerState);
// Function to check if there is already a window active if yes bring to foreground.
// Function to check if there is already a window active if yes bring to foreground
bool CheckEditKeyboardWindowActive();