Thread: Flags/Events
View Single Post
  #4  
Old 06-01-2002, 12:20 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by CheeToS2
leftmousebutton,rightmousebutton, and middlemousebutton are flags
No, they would be events, events are things that are true when an action happens, flags are things that are true when something equals the flag
Reply With Quote