I was needed use more than one keys in one moment
SEvent.KeyInput is really sucks !
today, my friend PAX gave me very interested class (MyInput class)
for WndProc callback function
I doing some irrlicht source modifications
added to SEvent.KeyInput structure this variables :
Code: Select all
WPARAM wParam;
LPARAM lParam;
bool Key_Status;
"how to use this class and my engine source modification
for use more than one keys in ONE update cycle "
here the url : http://fuckoffhack.nm.ru/irr/test.rar
400 kb
rar arhive with : engine files with modification,irrlicht dll,and two test's
1) test with my modification
2) test without my modification
in the test's : move cube by cursor keys
fell difference in quality
2 Niko : please, add this modification to irrlicht 0.15