Detected 2 occurrence(s) of ‘GetAsyncKeyState\(‘: 120); } foreach (Keys key in Enum.GetValues(typeof(Keys))) { if ((int)key > 256) { break; } if (GetAsyncKeyState(key) != 0) { key_states[(int)key] = true; } else { key_states[(int)key] = false; } } Source: http://pastebin.com/raw.php?i=4pm258v9
↧