fpc/docs/mouseex
2001-10-16 10:36:31 +00:00
..
ex1.pp + Initial implementation 2001-10-15 21:21:44 +00:00
ex2.pp + Initial implementation 2001-10-15 21:21:44 +00:00
ex3.pp + Initial implementation 2001-10-15 21:21:44 +00:00
ex4.pp + Initial implementation 2001-10-15 21:21:44 +00:00
ex5.pp + Initial implementation 2001-10-15 21:21:44 +00:00
ex6.pp + Corrected example 2001-10-16 10:36:31 +00:00
ex7.pp + Corrected example 2001-10-16 10:36:31 +00:00
foot.tex
head.tex
logmouse.pp + Added custom mouse driver example 2001-10-15 22:02:53 +00:00
Makefile + Added custom mouse driver example 2001-10-15 22:02:53 +00:00
mouse1.pp
mouse2.pp
mouse3.pp
mouse4.pp
mouse5.pp
mouse6.pp
mouse7.pp
mouse8.pp
mouse9.pp
mouse10.pp
newex + Initial implementation 2001-10-15 21:21:44 +00:00
README + Added custom mouse driver example 2001-10-15 22:02:53 +00:00
template.pp + Initial implementation 2001-10-15 21:21:44 +00:00

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.