From 6f6675ed8bb22f0deb37fde8c1b999b14818b907 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 16 Dec 2003 09:58:21 +0000 Subject: Add capture mouse option, patch #860831 Uses Ctrl m to toggle, since that is closest to original games. Disabled by default. svn-id: r11680 --- common/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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 { -- cgit v1.2.3