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

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.