[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bochs-cvs
Subject:    [Bochs-cvs] CVS: bochs/gui win32.cc,1.139,1.140
From:       "Volker Ruppert" <vruppert () users ! sourceforge ! net>
Date:       2010-05-24 22:06:20
Message-ID: E1OGfmu-0005yS-3q () sfp-cvsdas-2 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Update of /cvsroot/bochs/bochs/gui
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22953/gui

Modified Files:
	win32.cc 
Log Message:
- fixed mouse capture toggle with F12 on win32 (missing key release)


Index: win32.cc
===================================================================
RCS file: /cvsroot/bochs/bochs/gui/win32.cc,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- win32.cc	18 May 2010 15:33:41 -0000	1.139
+++ win32.cc	24 May 2010 22:06:17 -0000	1.140
@@ -1278,6 +1278,8 @@
         bx_gui->mouse_toggle_check(BX_MT_KEY_ALT, 0);
       } else if (wParam == VK_F10) {
         bx_gui->mouse_toggle_check(BX_MT_KEY_F10, 0);
+      } else if (wParam == VK_F12) {
+        bx_gui->mouse_toggle_check(BX_MT_KEY_F12, 0);
       }
       EnterCriticalSection(&stInfo.keyCS);
       enq_key_event(HIWORD (lParam) & 0x01FF, BX_KEY_RELEASED);


------------------------------------------------------------------------------

_______________________________________________
Bochs-cvs mailing list
Bochs-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bochs-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic