<p>Am 19.12.2014 13:55 schrieb "Rainer Stratmann" <<a href="mailto:rainerstratmann@t-online.de">rainerstratmann@t-online.de</a>>:<br>
><br>
> Is it possible to do<br>
><br>
> keypressed and readkey<br>
><br>
> directly with a systemcall in linux without unit crt?</p>
<p>Unit CRT is basically only reading from StdIn to determine pressed keys. Just look at the implementation of KeyPressed and ReadKey in CRT to see how it's done.</p>
<p>Regards,<br>
Sven</p>