|
| 26 Feb 2014 03:21 PM |
| I made a gui where as when you MouseLeave your mouse from it a trigger will kick deleting all its child, the problem is when I double click fast and then hove my mouse real quick, the MouseLeave fails to trigger, with this I'm completely furious. |
|
|
| Report Abuse |
|
|
|
| 26 Feb 2014 03:22 PM |
Make your own checking method, simple.
Wrong forum, by the way.
EOS db 0x00 ;End of String Marker |
|
|
| Report Abuse |
|
|
|
| 26 Feb 2014 03:22 PM |
'Make your own checking method, simple.
Wrong forum, by the way.'
YOU DON'T SAY?!?!?!? |
|
|
| Report Abuse |
|
|
|
| 26 Feb 2014 03:25 PM |
So, according to this thread, politely telling someone that he is at the wrong forum will get me the same reply as me saying "GET OUT!"
Therefore, GET OUT!
EOS db 0x00 ;End of String Marker |
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Feb 2014 03:33 PM |
Step 1: Used the MouseMoved event Step 2: Whenever the MouseMoved event fires, check if the mouse is within the GUI. Step 3: ??? Step 4: Profit. |
|
|
| Report Abuse |
|
|