diff options
| author | Travis Howell | 2003-12-16 09:58:21 +0000 |
|---|---|---|
| committer | Travis Howell | 2003-12-16 09:58:21 +0000 |
| commit | 6f6675ed8bb22f0deb37fde8c1b999b14818b907 (patch) | |
| tree | 7bd45083ce7ad4021c265e622702fd4a17eed0bb /common | |
| parent | 83e9c59327d695b4bf2e0d8ae6661b25042ff750 (diff) | |
| download | scummvm-rg350-6f6675ed8bb22f0deb37fde8c1b999b14818b907.tar.gz scummvm-rg350-6f6675ed8bb22f0deb37fde8c1b999b14818b907.tar.bz2 scummvm-rg350-6f6675ed8bb22f0deb37fde8c1b999b14818b907.zip | |
Add capture mouse option, patch #860831
Uses Ctrl m to toggle, since that is closest to original games.
Disabled by default.
svn-id: r11680
Diffstat (limited to 'common')
| -rw-r--r-- | common/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/system.h b/common/system.h index 791c392759..550a2ec475 100644 --- a/common/system.h +++ b/common/system.h @@ -98,6 +98,7 @@ public: PROP_GET_FMOPL_ENV_BITS, PROP_GET_FMOPL_EG_ENT, PROP_TOGGLE_ASPECT_RATIO, + PROP_TOGGLE_MOUSE_GRAB, PROP_WANT_RECT_OPTIM }; union Property { |
