![]() |
HP Prime MOUSE command - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: HP Prime MOUSE command (/thread-252869.html) |
HP Prime MOUSE command - SanS - 10-14-2013 Hi,
1.- How can I stop the loop until the next touch of the screen? I tried with BREAK and WAIT with no succes. Re: HP Prime MOUSE command - Tim Wessman - 10-14-2013 1. Currently, no way. Most likely will be something like WAIT(-1) to also stop on mouse presses.
TW Edited: 14 Oct 2013, 10:33 a.m.
Re: HP Prime MOUSE command - cyrille de Brébisson - 10-15-2013 hello,
MOUSE(4) is an integer 0..5 which descibes the type of detected mouse gesture: in most cases, with the MOUSE command, you will get a 0 or 2..
Re: HP Prime MOUSE command - Han - 10-15-2013 Quote:
Can you clarify whether MOUSE works with a mouse buffer? If so, how is it flushed? Does calling MOUSE() immediately pop a mouse event?
|