Game Development Community

Changing mouse size

by Philip Bloom · in Torque Game Engine · 04/19/2005 (6:13 am) · 2 replies

This is probably a small engine tweak, but looking over the mouse code, I couldn't see a good place to tweak it. I'm looking to resize the area 'checked' when the mouse is clicked on. Not move it, as hotspot seems to do, but better simulate 'the player sees their hand as the mouse, what it touches, they can click and pick up' instead of 'there's a specific click point'. Any ideas?

#1
04/20/2005 (12:57 am)
Actually, doing rect queries against the GUI system would probably be a little bit more than a minor tweak... Doable, for sure, but it would require actual work to pull off. ;)
#2
04/20/2005 (5:38 am)
Heh. *nods* Point taken.