This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
pcsx2
mirror of
https://github.com/PCSX2/pcsx2.git
Watch
1
Star
0
Fork
You've already forked pcsx2
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
490b5f6a7f
pcsx2
/
plugins
/
LilyPad
/
VKey.h
3 lines
79 B
C
Raw
Normal View
History
Unescape
Escape
Set svn:eol-style=native on all *.c *.cpp *.h git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2894 96395faa-99c1-11dd-bbfe-3dabce05a288
2010-04-24 21:37:39 +00:00
// Maps virtual key codes to strings.
wchar_t
*
GetVKStringW
(
unsigned
char
vk
)
;