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:
crs
2002-05-24 14:37:12 +00:00
parent a0b25b9d4a
commit 34c587e864
6 changed files with 58 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ public:
virtual SInt32 getJumpZoneSize() const;
virtual void getClipboard(ClipboardID, IClipboard*) const;
virtual KeyModifierMask getToggleMask() const;
virtual bool isLockedToScreen() const;
protected:
// CMSWindowsScreen overrides