MOUSE command CLICK type
|
01-25-2018, 10:37 PM
Post: #2
|
|||
|
|||
RE: MOUSE command CLICK type
There are 2 ways to program interfaces, the easy one and the difficult one so to speak.
1 ° Event-based: WAIT (-1) It recognizes screen and keyboard, it does not execute instructions if an event or 60s does not occur. (Single key press, click, long click, drag, rotate, zoom) 2 ° Based on fixed cycles: WAIT (.005) ?, MOUSE, GETKEY, |ISKEYDOWN| The recognition algorithm must be programmed, long click not implemented. The most recommended is to use mainly WAIT (-1), is it necessary to use mode 2? You can use both ways, in order to cover all the needs, WAIT (-1) usually fulfills everything necessary unless it is something similar to a GAME. Viga C | TD | FB |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)