Re: [fpc-pascal] Keyboard unit under Linux

2007-10-17 Thread Frank McCormick
On Thu, 18 Oct 2007 01:20:31 +0200 Michalis Kamburelis <[EMAIL PROTECTED]> wrote: > Frank McCormick wrote: > > Resending because of some changes in my results. > > > > > > I am having a tough time using the keyboard unit under Linux. Please tell me > > whats wrong with this code: > > > > ( var

Re: [fpc-pascal] Keyboard unit under Linux

2007-10-17 Thread Michalis Kamburelis
Frank McCormick wrote: > Resending because of some changes in my results. > > > I am having a tough time using the keyboard unit under Linux. Please tell me > whats wrong with this code: > > ( var section cut out) > > Begin >InitKeyBoard; >Repeat > K:=pollKeyEvent; > if k <>0

[fpc-pascal] Keyboard unit under Linux

2007-10-17 Thread Frank McCormick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am having a tough time using the keyboard unit under Linux. Please tell me whats wrong with this code: ( var section cut out) Begin InitKeyBoard; Repeat K:=pollKeyEvent; if k <>0 then begin k:=getkeyevent;

[fpc-pascal] Keyboard unit under Linux

2007-10-17 Thread Frank McCormick
Resending because of some changes in my results. I am having a tough time using the keyboard unit under Linux. Please tell me whats wrong with this code: ( var section cut out) Begin InitKeyBoard; Repeat K:=pollKeyEvent; if k <>0 then begin k:=getkeyevent;