MOUSE() Event Strange Behaviour
|
06-16-2017, 03:58 PM
(This post was last modified: 06-16-2017 03:58 PM by Freire.)
Post: #1
|
|||
|
|||
MOUSE() Event Strange Behaviour
Well, I'm trying to implement the Long Click Event to some functions on the Virtual Keys
Due to some functions being called over time, I have to call for MOUSE() function instead of WAIT(-1) in order to catch mouse interaction. While WAIT(-1) successfully gives me back when long clicks occur (Although I already understood the reason why it behaves a bit unusual> Bug in REPEAT + WAIT(-1) when UNTIL 0;), the MOUSE() function is failing to give it back to me. From help: Quote:MOUSE[(index)]So I was expecting MOUSE(4) to Return -1,0,1,2,5 for a single finger iteration, but I was not able to reproduce the Return of 5, and apparently I'm receiving 1 only when using the SOFTMENU area. Also I noticed a MOUSE(4) returning number 7: Put two fingers, stretch, then release one finger. Not 100% chance, but very high chance of giving number 7 out of MOUSE(4). Code to test these: [Things that were commented out have also all been tested, give it a try.] Code: // =================================================================================================== |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
MOUSE() Event Strange Behaviour - Freire - 06-16-2017 03:58 PM
RE: MOUSE() Event Strange Behaviour - Freire - 06-23-2017, 06:12 PM
RE: MOUSE() Event Strange Behaviour - Freire - 07-16-2017, 03:39 AM
RE: MOUSE() Event Strange Behaviour - cyrille de brébisson - 07-17-2017, 01:42 PM
RE: MOUSE() Event Strange Behaviour - Freire - 07-18-2017, 12:59 AM
|
User(s) browsing this thread: 2 Guest(s)