This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
raze-gles
Watch
0
Star
0
Fork
You've already forked raze-gles
0
mirror of
https://github.com/ZDoom/raze-gles.git
synced
2025-02-20 18:42:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
No description
3980
commits
2
branches
1
tag
128
MiB
C++
78.3%
C
17.1%
ZenScript
2%
M4
0.5%
Yacc
0.5%
Other
1.5%
17ba063736
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
terminx
17ba063736
Fix a weird problem where the arrow keys would sometimes send a shift keypress on Windows, manifesting in odd things like inconsistent turning speeds when using the keyboard, the grid helper lines showing up in Mapster32 when they weren't supposed to, etc. For some reason, an extra raw input keyboard event is generated with an out of bounds VKey value (0xFF) which must be filtered for proper operation. I wasn't able to find any official documentation regarding this but I did find it mentioned in a couple of random newsgroup/forum postings.
...
git-svn-id:
https://svn.eduke32.com/eduke32@3980
1a8010ca-5511-0410-912e-c29ae57300e0
2013-08-06 23:51:10 +00:00
polymer
Fix a weird problem where the arrow keys would sometimes send a shift keypress on Windows, manifesting in odd things like inconsistent turning speeds when using the keyboard, the grid helper lines showing up in Mapster32 when they weren't supposed to, etc. For some reason, an extra raw input keyboard event is generated with an out of bounds VKey value (0xFF) which must be filtered for proper operation. I wasn't able to find any official documentation regarding this but I did find it mentioned in a couple of random newsgroup/forum postings.
2013-08-06 23:51:10 +00:00
.gitignore
Remove polymer-perf related lines from .gitignore
2012-10-05 22:37:26 +00:00