Groups | Search | Server Info | Login | Register


Groups > comp.lang.pascal.borland > #165

Re: keypress in graphics

From Marco van de Voort <marcov@toad.stack.nl>
Newsgroups comp.lang.pascal.borland
Subject Re: keypress in graphics
Date 2013-12-11 15:15 +0000
Organization Stack Usenet News Service
Message-ID <slrnlah0cs.15oh.marcov@toad.stack.nl> (permalink)
References <db682ccf-528d-4555-be0d-e27a9aa03b00@googlegroups.com>

Show all headers | View raw


On 2013-12-11, Jim <wandana@ntlworld.com> wrote:
> I am trying to use getkey or keypressed in grahpics mode using Lazarus

In Graphics mode (unit (win)graph), or in GUI mode (Lazarus LCL).

If the first, use unit wincrt. 

If the second, you can't use unit Crt, since
you have no console, and must use Windows/LCL keyevents for that.

Back to comp.lang.pascal.borland | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

keypress in graphics Jim <wandana@ntlworld.com> - 2013-12-11 05:54 -0800
  Re: keypress in graphics Marco van de Voort <marcov@toad.stack.nl> - 2013-12-11 15:15 +0000
  Re: keypress in graphics Jim <wandana@ntlworld.com> - 2013-12-11 10:41 -0800
  Re: keypress in graphics Jim <wandana@ntlworld.com> - 2013-12-13 11:49 -0800

csiph-web