1. Re: Mouse pointer
On Sat, 11 Aug 2007, Asif wrote:
>
> Hi dear friends,....after including mouse.e, how do i make the mouse appear?
mouse_pointer(1) -- show the mouse pointer
mouse_pointer(0) -- hide the mouse
Don't forget to install a DOS mouse driver.
You may also want to download Pete Eberlein's mighty.e mouse file from
the archives at http://www.rapideuphoria.com = it provides additional
capabilities.
>Aso, Dr. Rolf mentioned that look inside the graphics.e file for modes. Does
>that mean that i can see everything + coding instruction in an ."e" file?
Yes. All Euphoria "include" files are plain text - you can view with any text
editor, and learn something from seeing how things are done.
Be aware of one thing, however: The Euphoria standard includes are "stamped",
so that you can use them in your programs without their contents being included
in the "300 line" debugging limit. Many of the user-contributed files are also
stamped. If you modify these stamped files, they will no longer be excluded
from the 300-line limit.
Regards,
Irv