[Bug 26844] Neon Wars: jerky animations and mouse movement

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Dec 14 19:26:51 CST 2011


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

Vitaliy Margolen <vitaliy-bugzilla at kievinfo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Target Milestone|1.4.0                       |---
     Ever Confirmed|0                           |1
           Severity|normal                      |minor

--- Comment #9 from Vitaliy Margolen <vitaliy-bugzilla at kievinfo.com> 2011-12-14 19:26:51 CST ---
Whoever wrote this crap needs to be shot:
for(int i = 1; i < 255; i++)
{
        const char* name = s_keyToName[i];
        if(name)
        {
                int active;
                if(i == VK_CAPITAL || i == VK_NUMLOCK || i == VK_SCROLL)
                        active = GetKeyState(i) & 0x01;
                else
                        active = GetAsyncKeyState(i) & 0x8000;

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list