peter e417e34496 * truncate log il y a 21 ans
..
Makefile b0d7f0a9f3 * more architecture independance il y a 21 ans
README 4a60fc968b + Added custom mouse driver example il y a 24 ans
ex1.pp f9339d5362 + Initial implementation il y a 24 ans
ex2.pp f9339d5362 + Initial implementation il y a 24 ans
ex3.pp e417e34496 * truncate log il y a 21 ans
ex4.pp f9339d5362 + Initial implementation il y a 24 ans
ex5.pp e417e34496 * truncate log il y a 21 ans
ex6.pp e417e34496 * truncate log il y a 21 ans
ex7.pp e417e34496 * truncate log il y a 21 ans
foot.tex 53c07e6516 + initial implemenation il y a 27 ans
head.tex 53c07e6516 + initial implemenation il y a 27 ans
logmouse.pp e417e34496 * truncate log il y a 21 ans
mouse1.pp f9f214c14f * changed name of mouse unit to msmouse il y a 26 ans
mouse10.pp f9f214c14f * changed name of mouse unit to msmouse il y a 26 ans
mouse2.pp f9f214c14f * changed name of mouse unit to msmouse il y a 26 ans
mouse3.pp f9f214c14f * changed name of mouse unit to msmouse il y a 26 ans
mouse4.pp f9f214c14f * changed name of mouse unit to msmouse il y a 26 ans
mouse5.pp f9f214c14f * changed name of mouse unit to msmouse il y a 26 ans
mouse6.pp f9f214c14f * changed name of mouse unit to msmouse il y a 26 ans
mouse7.pp f9f214c14f * changed name of mouse unit to msmouse il y a 26 ans
mouse8.pp f9f214c14f * changed name of mouse unit to msmouse il y a 26 ans
mouse9.pp f9f214c14f * changed name of mouse unit to msmouse il y a 26 ans
newex f9339d5362 + Initial implementation il y a 24 ans
template.pp f9339d5362 + Initial implementation il y a 24 ans

README

This directory contains the examples for the mouse unit.

logmouse.pp contains and example of how to write a custom mouse driver.

ex1.pp contains an example of the DetectMouse function.
ex2.pp contains an example of the GetMouseButtons function.
ex3.pp contains an example of the GetMouseEvent function.
ex4.pp contains an example of the GetMouseX,GetMouseY functions.
ex5.pp contains an example of the HideMouse,ShowMouse functions.
ex6.pp contains an example of the PollMouseEvent function.
ex7.pp contains an example of the SetMouseXY function.