Game Development Community

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.

#1
11/22/2008 (8:56 am)
I can not understand where you need to catch the input ?
TS, C++ ?

#include "gui/missionEditor/editor.h"
and check gEditingMission

move->trigger[1] catches the right mouse button.
#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.