Game Development Community

Numpad in World Editor

by Dustin Sims · in Torque Game Engine · 05/26/2007 (11:59 am) · 1 replies

I searched and found some old topics on this (2004-2005) but figured I'd ask..

Why does the Numpad not work in the WorldEditor to edit values?
Is it just me or does it not work for anyone?

Is there a fix for this or just something I am missing?
Thanks for any help , it's so slow having to use standard keys across the top...

-dustin

#1
06/04/2007 (2:27 am)
Try disabling direct input. Works for me. Call deactivateDirectInput() from the console or comment out the call to activateDirectInput() in the PlayGui::onWake method in client/scripts/PayGui.cs

This works for me, but I have no idea why...