Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Finding Your Coordinates
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
AlexIbrahim




PostPosted: Fri Jun 04, 2004 10:18 am   Post subject: Finding Your Coordinates

Is there anyway to create a program that tell you where you mouse is at all times at it moves across the screen??
Sponsor
Sponsor
Sponsor
sponsor
Dan




PostPosted: Fri Jun 04, 2004 10:33 am   Post subject: (No subject)

Yes:

[Tutorial] How to use a mouse in your Turing programs

Buttons for Dummies!

[tutorial] movement (getch,keydown,mouse)
Computer Science Canada Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
Delta




PostPosted: Fri Jun 04, 2004 1:17 pm   Post subject: (No subject)

and if your lazy and drunk just do something like this.

code:
var mX, mY, mB : int

loop
Mouse.Where (mX, mY, mB)
locate(1,1)
put "x : ", mX, ":::: y : ",mY..
end loop
AlexIbrahim




PostPosted: Fri Jun 04, 2004 5:16 pm   Post subject: (No subject)

you guys are awesome
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 4 Posts ]
Jump to:   


Style:  
Search: