File: KXL.html

package info (click to toggle)
kxl 1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: sh: 2,114; ansic: 1,287; makefile: 15
file content (103 lines) | stat: -rw-r--r-- 4,997 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
   <meta name="GENERATOR" content="emacs">
   <meta name="Author" content="kacchan">
   <title>KXL Reference</title>
</head>
<body text="#000000" bgcolor="#f0f0dc" link="#3366FF" vlink="#3366FF" alink="#FF0000">

Prev
Top
<a href="./outline.html">Next</a>
<hr>

<dl>
<dt><font size=+2>KXL Reference</font></dt>
  <dd><a href="outline.html">The outline of KXL</a></dd>
  <dd><a href="being.html">It makes for the time being</a></dd>
  <dd><b>Global variables.</b>
  <br> - <a href="./vkxleventmask.html">KXL_EVENT_xxx_MASK</a>
  <br> - <a href="./vkxlevent.html">KXL_EVENT_xxx</a>
  <br> - <a href="./vkxlkey.html">KXL_KEY_xxx</a>
  <br> - <a href="./vkxlimage.html">KXL_Image</a>
  <br> - <a href="./vkxlrect.html">KXL_Rect</a>
  <br> - <a href="./vkxlpolygon.html">KXL_Polygon</a>
  <br> - <a href="./vkxlsound.html">KXL_SOUND_xxx</a>
  </dd>
  <dd><b>Window-related description</b>
  <br> - <a href="./kxldisplayname.html"> KXL_DisplayName</a>
  <br> - <a href="./kxlcreatewindow.html">KXL_CreateWindow</a>
  <br> - <a href="./kxldeletewindow.html">KXL_DeleteWindow</a>
  </dd>
  <dd><b>Frame-related description</b>
  <br> - <a href="./kxlresizeframe.html">   KXL_ReSizeFrame</a>
  <br> - <a href="./kxlupdaterect.html">    KXL_UpDateRect</a>
  <br> - <a href="./kxlupdateimm.html">     KXL_UpDateImm</a>
  <br> - <a href="./kxlupdate.html">        KXL_UpDate</a> - For the compatibility of 1.1.4 or earlier
  <br> - <a href="./kxlclearframerect.html">KXL_ClearFrameRect</a>
  <br> - <a href="./kxlclearframeimm.html"> KXL_ClearFrameImm</a>
  <br> - <a href="./kxlclearframe.html">    KXL_ClearFrame</a> - For the compatibility of 1.1.4 or earlier
  </dd>
  <dd><b>Text-related description</b>
  <br> - <a href="./kxlfont.html">     KXL_Font</a>
  <br> - <a href="./kxlputtext.html">  KXL_PutText</a>
  <br> - <a href="./kxltextwidth.html">KXL_TextWidth</a>
  </dd>
  <dd><b>Draw-related description</b>
  <br> - <a href="./kxlsetdrawcolor.html"> KXL_SetDrawColor</a>
  <br> - <a href="./kxldrawpoint.html">    KXL_DrawPoint</a>
  <br> - <a href="./kxldrawline.html">     KXL_DrawLine</a>
  <br> - <a href="./kxldrawrectangle.html">KXL_DrawRectangle</a>
  <br> - <a href="./kxldrawpolygon.html">  KXL_DrawPolygon</a>
  </dd>
  <dd><b>Image-related description</b>
  <br> - <a href="./kxlloadbitmap.html">           KXL_LoadBitmap</a>
  <br> - <a href="./kxlcopyimagerect.html">        KXL_CopyImageRect</a>
  <br> - <a href="./kxlcopyimageimm.html">         KXL_CopyImageImm</a>
  <br> - <a href="./kxlcopyimage.html">            KXL_CopyImage</a> - For the compatibility of 1.1.4 or earlier
  <br> - <a href="./kxlcopystretchimagerect.html"> KXL_CopyStretchImageRect</a>
  <br> - <a href="./kxlcopystretchimageimm.html">  KXL_CopyStretchImageImm</a>
  <br> - <a href="./kxlcopystretchimage.html">     KXL_CopyStretchImage</a>
  <br> - <a href="./kxlstrechimage.html">          KXL_StrechImage</a> - For the compatibility of 1.1.4 or earlier
  <br> - <a href="./kxlputimage.html">             KXL_PutImage</a>
  <br> - <a href="./kxlputimagerect.html">         KXL_PutImageRect</a>
  <br> - <a href="./kxlputimageimm.html">          KXL_PutImageImm</a>
  <br> - <a href="./kxlputrectimage.html">         KXL_PutRectImage</a> - For the compatibility of 1.1.4 or earlier
  <br> - <a href="./kxlputstretchimage.html">      KXL_PutStretchImage</a>
  <br> - <a href="./kxlputstretchimagerect.html">  KXL_PutStretchImageRect</a>
  <br> - <a href="./kxlputstretchimageimm.html">   KXL_PutStretchImageImm</a>
  <br> - <a href="./kxldeleteimage.html">          KXL_DeleteImage</a>
  </dd>
  <dd><b>Event-related description</b>
  <br> - <a href="./kxlcheckevents.html">KXL_CheckEvents</a>
  <br> - <a href="./kxlgetevents.html">  KXL_GetEvents</a>
  <br> - <a href="./kxlgetkey.html">     KXL_GetKey</a>
  <br> - <a href="./kxlgetbutton.html">  KXL_GetButton</a>
  </dd>
  <dd><b>Sound-related description</b>
  <br> - <a href="./kxlinitsound.html">KXL_InitSound</a>
  <br> - <a href="./kxlplaysound.html">KXL_PlaySound</a>
  <br> - <a href="./kxlendsound.html"> KXL_EndSound</a>
  </dd>
  <dd><b>Timer-related description</b>
  <br> - <a href="./kxltimer.html">     KXL_Timer</a>
  <br> - <a href="./kxlgettimer.html">  KXL_GetTimer</a>
  <br> - <a href="./kxlresettimer.html">KXL_ResetTimer</a>
  </dd>
<!--  <dd><b>Memory-related description</b>
  <br> - <a href="./kxlmalloc.html"> KXL_Malloc</a>
  <br> - <a href="./kxlrealloc.html">KXL_Realloc</a>
  <br> - <a href="./kxlfree.html">   KXL_Free</a>
  </dd>
  <dd><b>Others-related description</b>
  <br> - <a href="./kxlgetdirection.html">   KXL_GetDirection</a>
  <br> - <a href="./kxlgetdirectionadd.html">KXL_GetDirectionAdd</a>
  <br> - <a href="./kxldirectionadd.html">   KXL_DirectionAdd</a>
  <br> - <a href="./kxlrectintersect.html">  KXL_RectIntersect</a>
  </dd>
-->
</dl>
</body>
</html>