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

Username:   Password: 
 RegisterRegister   
 right click
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
praveen15




PostPosted: Wed Nov 10, 2004 11:52 pm   Post subject: right click

how to use right click in turing just like using left click??
Sponsor
Sponsor
Sponsor
sponsor
eNc




PostPosted: Wed Nov 10, 2004 11:59 pm   Post subject: (No subject)

what do you mean? like how to use right click to select a gui component or smthing ?
Tony




PostPosted: Thu Nov 11, 2004 12:28 am   Post subject: (No subject)

left and right clicks return same value by default Confused

if you want to be able to tell the difference between the two, use
code:

Mouse.ButtonChoose ("multibutton")

as in
code:

Mouse.ButtonChoose ("multibutton")
var x, y, b : int
loop
    Mouse.Where (x, y, b)
    if b > 0 then
        put b
    end if
end loop

where left is 1, middle is 10 and right is 100
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
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  [ 3 Posts ]
Jump to:   


Style:  
Search: