TGC Codebase Backup



mouse input by Alex Libby

20th Dec 2009 15:25
Summary

This tool will show you the input form your mouse.



Description



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    sync on
backdrop on
set text font "Ariel"
set text size 100

do
text 1,5,"] click: "+str$(MOUSECLICK())
text 1,105,"x axis: "+str$(MOUSEx())
text 1,205,"y axis: "+str$(MOUSEy())
text 1,305,"z axis: "+str$(MOUSEz())
sync
loop