carl 3bd6280073 * update makefiles for testing пре 23 година
..
Makefile 3bd6280073 * update makefiles for testing пре 23 година
README 4a60fc968b + Added custom mouse driver example пре 24 година
ex1.pp f9339d5362 + Initial implementation пре 24 година
ex2.pp f9339d5362 + Initial implementation пре 24 година
ex3.pp f9339d5362 + Initial implementation пре 24 година
ex4.pp f9339d5362 + Initial implementation пре 24 година
ex5.pp f9339d5362 + Initial implementation пре 24 година
ex6.pp 06e08d9302 + Corrected example пре 24 година
ex7.pp 06e08d9302 + Corrected example пре 24 година
foot.tex 53c07e6516 + initial implemenation пре 27 година
head.tex 53c07e6516 + initial implemenation пре 27 година
logmouse.pp 4a60fc968b + Added custom mouse driver example пре 24 година
mouse1.pp f9f214c14f * changed name of mouse unit to msmouse пре 25 година
mouse10.pp f9f214c14f * changed name of mouse unit to msmouse пре 25 година
mouse2.pp f9f214c14f * changed name of mouse unit to msmouse пре 25 година
mouse3.pp f9f214c14f * changed name of mouse unit to msmouse пре 25 година
mouse4.pp f9f214c14f * changed name of mouse unit to msmouse пре 25 година
mouse5.pp f9f214c14f * changed name of mouse unit to msmouse пре 25 година
mouse6.pp f9f214c14f * changed name of mouse unit to msmouse пре 25 година
mouse7.pp f9f214c14f * changed name of mouse unit to msmouse пре 25 година
mouse8.pp f9f214c14f * changed name of mouse unit to msmouse пре 25 година
mouse9.pp f9f214c14f * changed name of mouse unit to msmouse пре 25 година
newex f9339d5362 + Initial implementation пре 24 година
template.pp f9339d5362 + Initial implementation пре 24 година

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.