vlp-15 Set version to 3.1. Replaced hardcoded strings with generated ones.
[vlp.git] / doc / html / iiuwgraph.html
1 <HTML>
2 <HEAD>
3    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
4    <META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (X11; I; Linux 2.0.0 i586) [Netscape]">
5 </HEAD>
6 <BODY>
7 <B>class IIUWGRAPH:</B>
8 <UL>
9 <LI>
10 <A NAME="#inkey"></A><B>inkey</B></LI>
11 </UL>
12 <A NAME="inkey"></A><I>unit INKEY:function:integer;</I>
13 This function checks for pressed key but
14 is not waiting for an input. The key
15 code is returned if the key was pressed and 0 if
16 not. Special keys return the following codes:
17 <PRE>
18 F1 = -10   F9 = -18        Right = -26
19 F2 = -11   F10 = -19       Up = -27
20 F3 = -12   Insert = -20    Down = -28
21 F4 = -13   Home = -21      Tab = 9
22 F5 = -14   End = -22       Esc = 27
23 F6 = -15   PgUp = -23      Backspace = 8
24 F7 = -16   PgDown = -24    Del = 117
25 F8 = -17   Left = -25
26 </PRE>
27
28 </BODY>
29 </HTML>