[Bug 2811] Keyboard/Mouse does not work on AGS games

Wine Bugs wine-bugs at winehq.org
Tue Mar 22 16:48:50 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=2811


fenix at club-internet.fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1




------- Additional Comments From fenix at club-internet.fr  2005-22-03 16:48 -------
Hi,  
    
well this need more investigation (for keyboard). 
as you can see in alloc_device: 
<snip>    
EnterCriticalSection(&keyboard_crit);    
if (!keyboard_users++)    
  keyboard_hook = SetWindowsHookExW( WH_KEYBOARD_LL, KeyboardCallback, 
DINPUT_instance, 0 );    
LeaveCriticalSection(&keyboard_crit); 
<snip>    
    
so keyboad_hook should be ok on first allocation (but for you dont seems).    
    
Can you attach a zip who contains game + data + cfg.  
I can't get it running :( (complaining about missing room datas)   
 
I will analyse. 
 
For mouse problems, seems you game use mouse wrap. Usually used when game use  
game handled cursor (but no handled by wine dx for now, so you continue see 
wine cursor instead game one) 
 
This need to enhance/implement "mouse icon" support 
 
Regards, 
Raphael 

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list