mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 21:25:55 +08:00
added support for locking to a screen when the sroll lock is
toggled on or when any key or button is pressed. fully implemented on X but stubbed out for now on win32.
This commit is contained in:
@@ -255,6 +255,12 @@ KeyModifierMask CMSWindowsPrimaryScreen::getToggleMask() const
|
||||
return mask;
|
||||
}
|
||||
|
||||
bool CMSWindowsPrimaryScreen::isLockedToScreen() const
|
||||
{
|
||||
// FIXME
|
||||
return false;
|
||||
}
|
||||
|
||||
void CMSWindowsPrimaryScreen::onOpenDisplay()
|
||||
{
|
||||
assert(m_window == NULL);
|
||||
|
||||
Reference in New Issue
Block a user