hello
i have two lil questions
1) how i can get the input of the keyboard for controlling a 2d sprite
eg.
w = move 10px up
a = move 10px right
s = move 10px left
s = move 10px down
can i use the same method like in Tutorial 4 (Movement)?
and the second question
2)how to know if the left/right mouse kes is pressed?
I hope some one can help
mouse keyboard input
i belive i've found anything helpful
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=45953#45953
but what does the funcions mean?
bool IsKeyDown(int index) == Key is down
bool IsKeyUpDown(int index) == ???
bool IsKeyDownUp(int index) == ???
I hope someone can help
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=45953#45953
but what does the funcions mean?
bool IsKeyDown(int index) == Key is down
bool IsKeyUpDown(int index) == ???
bool IsKeyDownUp(int index) == ???
I hope someone can help