mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-10 08:21:40 +08:00
Fixed getting locked to screen after ctrl+alt+del. Also fixed
cursor not being hidden on win32 server when on client screens (which happened when using low-level hooks).
This commit is contained in:
@@ -417,6 +417,13 @@ CMSWindowsSecondaryScreen::preDestroyWindow(HWND)
|
||||
// do nothing
|
||||
}
|
||||
|
||||
void
|
||||
CMSWindowsSecondaryScreen::onAccessibleDesktop()
|
||||
{
|
||||
// get the current keyboard state
|
||||
updateKeys();
|
||||
}
|
||||
|
||||
void
|
||||
CMSWindowsSecondaryScreen::onPreMainLoop()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user