From 8a2a1dc04c03eb98da55fb47924fdf45ac90db09 Mon Sep 17 00:00:00 2001 From: Volker Ruppert Date: Sun, 16 May 2010 20:44:08 +0000 Subject: [PATCH] - implemented mouse capture toggle method option in win32.cc - updated mouse option description and added cpuid options section in the user docs --- bochs/.bochsrc | 1 - bochs/doc/docbook/user/user.dbk | 137 ++++++++++++++++++++++++-------- bochs/gui/win32.cc | 89 ++++++++++++++------- 3 files changed, 167 insertions(+), 60 deletions(-) diff --git a/bochs/.bochsrc b/bochs/.bochsrc index 9dd6c5a56..f0753b990 100644 --- a/bochs/.bochsrc +++ b/bochs/.bochsrc @@ -662,7 +662,6 @@ keyboard_paste_delay: 100000 # The default method to toggle the mouse capture at runtime is to press the # CTRL key and the middle mouse button ('ctrl+mbutton'). This option allows # to change the method to 'ctrl+f10' (like DOSBox) or 'ctrl+alt' (like QEMU). -# NOTE: currently implemented in the X11, SDL and wxWidgets guis only! # # Examples: # mouse: enabled=1 diff --git a/bochs/doc/docbook/user/user.dbk b/bochs/doc/docbook/user/user.dbk index cc259e90c..cb75a05cc 100644 --- a/bochs/doc/docbook/user/user.dbk +++ b/bochs/doc/docbook/user/user.dbk @@ -1,7 +1,7 @@