Code snippet: drawmenu with catching user action
|
03-04-2014, 04:02 PM
(This post was last modified: 03-04-2014 04:03 PM by Han.)
Post: #8
|
|||
|
|||
RE: Code snippet: drawmenu with catching user action
(03-04-2014 03:36 PM)Stefan Wrote: @Han: You mention in your article that a mouse click actually causes three events. Can you explain this a bit more? If I use wait(-1) I only get one list as return value. Correct. Quote:Are there cases in which I could get a list of lists with more than 1 event? Not that I am aware of. Quote:Or is this just an issue if I loop over WAIT(-1), where I would catch the same user action three times? Correct. If you issue a loop over WAIT(-1), then you would catch the same user action three times (as a mouse down, mouse up, and a "click"). Since your handler only checks for the click event, the other two are simply ignored. Graph 3D | QPI | SolveSys |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Code snippet: drawmenu with catching user action - Stefan - 02-24-2014, 06:26 PM
RE: Code snippet: drawmenu with catching user action - Han - 03-01-2014, 05:04 AM
RE: Code snippet: drawmenu with catching user action - Stefan - 03-03-2014, 10:08 PM
RE: Code snippet: drawmenu with catching user action - patrice - 03-04-2014, 04:52 AM
RE: Code snippet: drawmenu with catching user action - Tim Wessman - 03-03-2014, 10:37 PM
RE: Code snippet: drawmenu with catching user action - Han - 03-04-2014, 03:43 AM
RE: Code snippet: drawmenu with catching user action - Stefan - 03-04-2014, 03:36 PM
RE: Code snippet: drawmenu with catching user action - Han - 03-04-2014 04:02 PM
|
User(s) browsing this thread: 1 Guest(s)