Right Mouse button event
by Timothy Castagna · in Torque Game Engine Advanced · 11/21/2008 (12:21 pm) · 2 replies
What event captures the right mouse button down when inside of the world editor?
I'm having a bit of a problem here, i made a bunch of changes now the editor wont catch the right mouse button down event but only when in the editor. so now i cant right click and "fly" around.
I'm having a bit of a problem here, i made a bunch of changes now the editor wont catch the right mouse button down event but only when in the editor. so now i cant right click and "fly" around.
About the author
#2
11/23/2008 (11:13 am)
Yea i was looking for it in c++, once you open the mission editor the script no longer handles mouse input. Thanks picasso.
Torque Owner Ivan Mandzhukov
Liman3D
TS, C++ ?
#include "gui/missionEditor/editor.h"
and check gEditingMission
move->trigger[1] catches the right mouse button.