[D-runtime] [D-Programming-Language/druntime] 47b98f: Added support for basic Key State API's
GitHub via D-runtime
d-runtime at puremagic.com
Sun Jun 1 21:54:52 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 47b98f9ca11bacb4384a0b27a80af6058f959759
https://github.com/D-Programming-Language/druntime/commit/47b98f9ca11bacb4384a0b27a80af6058f959759
Author: Adam Wilson <adamw at prospectivesoftware.com>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M src/core/sys/windows/windows.d
Log Message:
-----------
Added support for basic Key State API's
Added support for the GetKeyState, GetAsyncKeyState, GetKeyboardState, SetKeyboardState, and MapVirtualKey Windows API's. All API's are available beginning on Windows 2000.
Commit: cb936c41fb324db6c36a150affffe9feb89bb3b0
https://github.com/D-Programming-Language/druntime/commit/cb936c41fb324db6c36a150affffe9feb89bb3b0
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-06-01 (Sun, 01 Jun 2014)
Changed paths:
M src/core/sys/windows/windows.d
Log Message:
-----------
Merge pull request #823 from LightBender/patch-1
Added support for basic Key State API's
Compare: https://github.com/D-Programming-Language/druntime/compare/afacca38a00e...cb936c41fb32
More information about the D-runtime
mailing list