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

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.