[fpc-pascal] Re: KeyPressed
Marco van de Voort
marcov at stack.nl
Mon Aug 22 22:17:23 CEST 2005
> >On Mon, 22 Aug 2005, Lowell C. Savage wrote:
> > > the way to go.
> >
> >It will still cause problems, because the C library also will interfere
> >with the
> >Video and CRT units...
> >
> >It's planned to base the CRT unit on the video unit (so they would work
> >together),
> >but until now no-one had time.
> >
> >Michael.
>
> I remember you can call any function/procedure/var/type/etc in a specific
> unit using unitname:functionname so call Drivers:Keypressed or
> CRT:Keypressed or Vide:Keypressed.
>
> But perhaps i remember wrong.
crt.keypressed etc. However that doesn't change the picture that Michael paints,
since the units must still be USES'd, and thus the init code that hooks input/output
are run.
More information about the fpc-pascal
mailing list