peter 8a24647d5c * use getmousebutton hace 21 años
..
Makefile b0d7f0a9f3 * more architecture independance hace 21 años
README 4a60fc968b + Added custom mouse driver example hace 24 años
ex1.pp f9339d5362 + Initial implementation hace 24 años
ex2.pp f9339d5362 + Initial implementation hace 24 años
ex3.pp f9339d5362 + Initial implementation hace 24 años
ex4.pp f9339d5362 + Initial implementation hace 24 años
ex5.pp f9339d5362 + Initial implementation hace 24 años
ex6.pp 06e08d9302 + Corrected example hace 24 años
ex7.pp 8a24647d5c * use getmousebutton hace 21 años
foot.tex 53c07e6516 + initial implemenation hace 27 años
head.tex 53c07e6516 + initial implemenation hace 27 años
logmouse.pp 4a60fc968b + Added custom mouse driver example hace 24 años
mouse1.pp f9f214c14f * changed name of mouse unit to msmouse hace 25 años
mouse10.pp f9f214c14f * changed name of mouse unit to msmouse hace 25 años
mouse2.pp f9f214c14f * changed name of mouse unit to msmouse hace 25 años
mouse3.pp f9f214c14f * changed name of mouse unit to msmouse hace 25 años
mouse4.pp f9f214c14f * changed name of mouse unit to msmouse hace 25 años
mouse5.pp f9f214c14f * changed name of mouse unit to msmouse hace 25 años
mouse6.pp f9f214c14f * changed name of mouse unit to msmouse hace 25 años
mouse7.pp f9f214c14f * changed name of mouse unit to msmouse hace 25 años
mouse8.pp f9f214c14f * changed name of mouse unit to msmouse hace 25 años
mouse9.pp f9f214c14f * changed name of mouse unit to msmouse hace 25 años
newex f9339d5362 + Initial implementation hace 24 años
template.pp f9339d5362 + Initial implementation hace 24 años

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.