Mouse keybindings.
by Berserk · in Torque Game Engine · 11/20/2006 (8:43 am) · 0 replies
METoDyCo is right now almost done, I'll share as reasource ASAP.
I have yet to fix a small amount of problems before release.
They're:
1) Console variables.
- I have to read them in order to use some string concat function, because I need the partial pathnames contained inside for resource lookup in the exe.
2) Mouse keybindings
- I'm going to make the camera mouse-moveable. By the way, I can't stop the movement when the mouse stops. In example, binding the xaxis to the moveleft command, I have a non-stop moving camera.
The objective I'm trying to achieve is making the camera move as long as the mouse gets dragged, no more and no less.
If anybody have any suggestion about this, please share here.
Thanks in advance.
Bye, Berserk.
.
I have yet to fix a small amount of problems before release.
They're:
1) Console variables.
- I have to read them in order to use some string concat function, because I need the partial pathnames contained inside for resource lookup in the exe.
2) Mouse keybindings
- I'm going to make the camera mouse-moveable. By the way, I can't stop the movement when the mouse stops. In example, binding the xaxis to the moveleft command, I have a non-stop moving camera.
The objective I'm trying to achieve is making the camera move as long as the mouse gets dragged, no more and no less.
If anybody have any suggestion about this, please share here.
Thanks in advance.
Bye, Berserk.
.
About the author