summaryrefslogtreecommitdiff
path: root/manuals/guile-sdl2/Index.html
blob: 0f11458512fc99f41f86d9b40486b6ce1d98d704 (plain)
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Copyright (C) 2016, 2017, 2018, 2019  David Thompson davet@gnu.org

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".

A copy of the license is also available from the Free Software
Foundation Web site at http://www.gnu.org/licenses/fdl.html.


* Guile-SDL2: (guile-sdl2).     SDL2 bindings for Guile.

The document was typeset with
http://www.texinfo.org/ (GNU Texinfo).
 -->
<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Index (Guile-SDL2)</title>

<meta name="description" content="Index (Guile-SDL2)">
<meta name="keywords" content="Index (Guile-SDL2)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="index.html" rel="start" title="Top">
<link href="#Index" rel="index" title="Index">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="index.html" rel="up" title="Top">
<link href="GNU-Free-Documentation-License.html" rel="prev" title="GNU Free Documentation License">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
@media (min-width: 1140px) {
    body {
        margin-left: 14rem;
        margin-right: 4rem;
        max-width: 52rem;
    }
}

@media (min-width: 800px) and (max-width: 1140px) {
    body {
        margin-left: 6rem;
        margin-right: 4rem;
        max-width: 52rem;
    }
}

@media (max-width: 800px) {
    body {
        margin: 1rem;
    }
}

-->
</style>
<link rel="stylesheet" type="text/css" href="https://dthompson.us/css/dthompson.css">


</head>

<body lang="en">
<span id="Index"></span><div class="header">
<p>
Previous: <a href="Copying-This-Manual.html" accesskey="p" rel="prev">Copying This Manual</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<span id="Index-1"></span><h2 class="unnumbered">Index</h2>

<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Index_fn_symbol-1"><b>%</b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Index_fn_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-J"><b>J</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-K"><b>K</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-Q"><b>Q</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-W"><b>W</b></a>
 &nbsp; 
</td></tr></table>
<table class="index-fn" border="0">
<tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> Section</th></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_symbol-1">%</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-_0025default_002dchunk_002dsize"><code>%default-chunk-size</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-_0025default_002dformat"><code>%default-format</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-_0025default_002dfrequency"><code>%default-frequency</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-A">A</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-add"><code>add</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-B">B</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-blend"><code>blend</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-blend_002dmode_002dalpha_002doperation"><code>blend-mode-alpha-operation</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-blend_002dmode_002dcolor_002doperation"><code>blend-mode-color-operation</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-blend_002dmode_002ddst_002dalpha_002dfactor"><code>blend-mode-dst-alpha-factor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-blend_002dmode_002ddst_002dcolor_002dfactor"><code>blend-mode-dst-color-factor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-blend_002dmode_002dsrc_002dalpha_002dfactor"><code>blend-mode-src-alpha-factor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-blend_002dmode_002dsrc_002dcolor_002dfactor"><code>blend-mode-src-color-factor</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-blend_002dmode_003f"><code>blend-mode?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-blit_002dscaled"><code>blit-scaled</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-blit_002dsurface"><code>blit-surface</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-bytevector_002d_003esurface"><code>bytevector-&gt;surface</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-C">C</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="OpenGL.html#index-call_002dwith_002dgl_002dcontext"><code>call-with-gl-context</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="OpenGL.html">OpenGL</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-call_002dwith_002drenderer"><code>call-with-renderer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-call_002dwith_002dsurface"><code>call-with-surface</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-call_002dwith_002dwindow"><code>call-with-window</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-channel_002dpaused_003f"><code>channel-paused?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-channel_002dplaying_003f"><code>channel-playing?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-chunk_003f"><code>chunk?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-clear_002drenderer"><code>clear-renderer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-close_002daudio"><code>close-audio</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Game-Controllers.html#index-close_002dgame_002dcontroller"><code>close-game-controller</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Game-Controllers.html">Game Controllers</a></td></tr>
<tr><td></td><td valign="top"><a href="Joysticks.html#index-close_002djoystick"><code>close-joystick</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Joysticks.html">Joysticks</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-close_002dwindow_0021"><code>close-window!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-color_002da"><code>color-a</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-color_002db"><code>color-b</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-color_002dg"><code>color-g</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-color_002dr"><code>color-r</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-color_003f"><code>color?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002dadded_002devent_003f"><code>controller-added-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002daxis_002devent_002daxis"><code>controller-axis-event-axis</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002daxis_002devent_002dtimestamp"><code>controller-axis-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002daxis_002devent_002dvalue"><code>controller-axis-event-value</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002daxis_002devent_002dwhich"><code>controller-axis-event-which</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002daxis_002devent_003f"><code>controller-axis-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002dbutton_002ddown_002devent_003f"><code>controller-button-down-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002dbutton_002devent_002dbutton"><code>controller-button-event-button</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002dbutton_002devent_002dpressed_003f"><code>controller-button-event-pressed?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002dbutton_002devent_002dtimestamp"><code>controller-button-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002dbutton_002devent_002dwhich"><code>controller-button-event-which</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002dbutton_002devent_003f"><code>controller-button-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002dbutton_002dup_002devent_003f"><code>controller-button-up-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002ddevice_002devent_002daction"><code>controller-device-event-action</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002ddevice_002devent_002dtimestamp"><code>controller-device-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002ddevice_002devent_002dwhich"><code>controller-device-event-which</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002ddevice_002devent_003f"><code>controller-device-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002dremapped_002devent_003f"><code>controller-remapped-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-controller_002dremoved_002devent_003f"><code>controller-removed-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-convert_002dsurface_002dformat"><code>convert-surface-format</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-D">D</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-delete_002dchunk_0021"><code>delete-chunk!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-delete_002dfont_0021"><code>delete-font!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="OpenGL.html#index-delete_002dgl_002dcontext_0021"><code>delete-gl-context!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="OpenGL.html">OpenGL</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-delete_002dmusic_0021"><code>delete-music!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-delete_002drenderer_0021"><code>delete-renderer!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-delete_002dsurface_0021"><code>delete-surface!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-delete_002dtexture_0021"><code>delete-texture!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-draw_002dline"><code>draw-line</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-draw_002dlines"><code>draw-lines</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-draw_002dpoint"><code>draw-point</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-draw_002dpoints"><code>draw-points</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-draw_002drect"><code>draw-rect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-draw_002drects"><code>draw-rects</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-F">F</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-fill_002drect"><code>fill-rect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-fill_002drect-1"><code>fill-rect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-fill_002drects"><code>fill-rects</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-font"><code>font</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-font-1"><code>font</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-font_002dascent"><code>font-ascent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-font_002ddescent"><code>font-descent</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-font_002dglyph_002dindex"><code>font-glyph-index</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-font_002dglyph_002dmetrics"><code>font-glyph-metrics</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-font_002dheight"><code>font-height</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-font_002dline_002dskip"><code>font-line-skip</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-font_002dsize_002dtext"><code>font-size-text</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-G">G</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Game-Controllers.html#index-game_002dcontroller_002dattached_003f"><code>game-controller-attached?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Game-Controllers.html">Game Controllers</a></td></tr>
<tr><td></td><td valign="top"><a href="Game-Controllers.html#index-game_002dcontroller_002daxis"><code>game-controller-axis</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Game-Controllers.html">Game Controllers</a></td></tr>
<tr><td></td><td valign="top"><a href="Game-Controllers.html#index-game_002dcontroller_002dbutton_002dpressed_003f"><code>game-controller-button-pressed?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Game-Controllers.html">Game Controllers</a></td></tr>
<tr><td></td><td valign="top"><a href="Game-Controllers.html#index-game_002dcontroller_002dindex_003f"><code>game-controller-index?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Game-Controllers.html">Game Controllers</a></td></tr>
<tr><td></td><td valign="top"><a href="Game-Controllers.html#index-game_002dcontroller_002djoystick"><code>game-controller-joystick</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Game-Controllers.html">Game Controllers</a></td></tr>
<tr><td></td><td valign="top"><a href="Game-Controllers.html#index-game_002dcontroller_002dname"><code>game-controller-name</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Game-Controllers.html">Game Controllers</a></td></tr>
<tr><td></td><td valign="top"><a href="Game-Controllers.html#index-game_002dcontroller_003f"><code>game-controller?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Game-Controllers.html">Game Controllers</a></td></tr>
<tr><td></td><td valign="top"><a href="Hints.html#index-get_002dhint"><code>get-hint</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Hints.html">Hints</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-H">H</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-hide_002dwindow_0021"><code>hide-window!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-I">I</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-id_002d_003ewindow"><code>id-&gt;window</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Images.html#index-image_002dinit"><code>image-init</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Images.html">Images</a></td></tr>
<tr><td></td><td valign="top"><a href="Images.html#index-image_002dquit"><code>image-quit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Images.html">Images</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-J">J</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002daxis_002devent_002dbutton"><code>joystick-axis-event-button</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002daxis_002devent_002dpressed_003f"><code>joystick-axis-event-pressed?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002daxis_002devent_002dtimestamp"><code>joystick-axis-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002daxis_002devent_002dwhich"><code>joystick-axis-event-which</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002daxis_002devent_003f"><code>joystick-axis-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002dball_002devent_002dball"><code>joystick-ball-event-ball</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002dball_002devent_002dtimestamp"><code>joystick-ball-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002dball_002devent_002dwhich"><code>joystick-ball-event-which</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002dball_002devent_002dx_002drel"><code>joystick-ball-event-x-rel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002dball_002devent_002dy_002drel"><code>joystick-ball-event-y-rel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002dball_002devent_003f"><code>joystick-ball-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002ddevice_002devent_002daction"><code>joystick-device-event-action</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002ddevice_002devent_002dtimestamp"><code>joystick-device-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002ddevice_002devent_002dwhich"><code>joystick-device-event-which</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002ddevice_002devent_003f"><code>joystick-device-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002dhat_002devent_002dhat"><code>joystick-hat-event-hat</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002dhat_002devent_002dtimestamp"><code>joystick-hat-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002dhat_002devent_002dvalue"><code>joystick-hat-event-value</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002dhat_002devent_002dwhich"><code>joystick-hat-event-which</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-joystick_002dhat_002devent_003f"><code>joystick-hat-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Joysticks.html#index-joystick_002dinstance_002did"><code>joystick-instance-id</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Joysticks.html">Joysticks</a></td></tr>
<tr><td></td><td valign="top"><a href="Joysticks.html#index-joystick_002dnum_002daxes"><code>joystick-num-axes</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Joysticks.html">Joysticks</a></td></tr>
<tr><td></td><td valign="top"><a href="Joysticks.html#index-joystick_002dnum_002dballs"><code>joystick-num-balls</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Joysticks.html">Joysticks</a></td></tr>
<tr><td></td><td valign="top"><a href="Joysticks.html#index-joystick_002dnum_002dbuttons"><code>joystick-num-buttons</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Joysticks.html">Joysticks</a></td></tr>
<tr><td></td><td valign="top"><a href="Joysticks.html#index-joystick_002dnum_002dhats"><code>joystick-num-hats</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Joysticks.html">Joysticks</a></td></tr>
<tr><td></td><td valign="top"><a href="Joysticks.html#index-joystick_002dpower_002dlevel"><code>joystick-power-level</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Joysticks.html">Joysticks</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-K">K</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Keyboard.html#index-key_002dpressed_003f"><code>key-pressed?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Keyboard.html">Keyboard</a></td></tr>
<tr><td></td><td valign="top"><a href="Keyboard.html#index-key_002dreleased_003f"><code>key-released?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Keyboard.html">Keyboard</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-keyboard_002ddown_002devent_003f"><code>keyboard-down-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-keyboard_002devent_002dkey"><code>keyboard-event-key</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-keyboard_002devent_002dmodifiers"><code>keyboard-event-modifiers</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-keyboard_002devent_002dpressed_003f"><code>keyboard-event-pressed?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-keyboard_002devent_002drepeat_003f"><code>keyboard-event-repeat?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-keyboard_002devent_002dscancode"><code>keyboard-event-scancode</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-keyboard_002devent_002dtimestamp"><code>keyboard-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-keyboard_002devent_002dwindow_002did"><code>keyboard-event-window-id</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-keyboard_002devent_003f"><code>keyboard-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-keyboard_002dup_002devent_003f"><code>keyboard-up-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-L">L</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-load_002dbmp"><code>load-bmp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-load_002dchunk"><code>load-chunk</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-load_002dfont"><code>load-font</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Game-Controllers.html#index-load_002dgame_002dcontroller_002dmappings_0021"><code>load-game-controller-mappings!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Game-Controllers.html">Game Controllers</a></td></tr>
<tr><td></td><td valign="top"><a href="Images.html#index-load_002dimage"><code>load-image</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Images.html">Images</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-load_002dmusic"><code>load-music</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-M">M</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-make_002dblend_002dmode"><code>make-blend-mode</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002dcontroller_002daxis_002devent"><code>make-controller-axis-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002dcontroller_002dbutton_002devent"><code>make-controller-button-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002dcontroller_002ddevice_002devent"><code>make-controller-device-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="OpenGL.html#index-make_002dgl_002dcontext"><code>make-gl-context</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="OpenGL.html">OpenGL</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002djoystick_002daxis_002devent"><code>make-joystick-axis-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002djoystick_002dball_002devent"><code>make-joystick-ball-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002djoystick_002ddevice_002devent"><code>make-joystick-device-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002djoystick_002dhat_002devent"><code>make-joystick-hat-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002dkeyboard_002devent"><code>make-keyboard-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002dmouse_002dbutton_002devent"><code>make-mouse-button-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002dmouse_002dmotion_002devent"><code>make-mouse-motion-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002dquit_002devent"><code>make-quit-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Rects.html#index-make_002drect"><code>make-rect</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rects.html">Rects</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-make_002drenderer"><code>make-renderer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-make_002drgb_002dsurface"><code>make-rgb-surface</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002dtext_002dinput_002devent"><code>make-text-input-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-make_002dtexture"><code>make-texture</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-make_002dwindow"><code>make-window</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-make_002dwindow_002devent"><code>make-window-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-maximize_002dwindow_0021"><code>maximize-window!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-minimize_002dwindow_0021"><code>minimize-window!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-mixer_002dinit"><code>mixer-init</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-mixer_002dquit"><code>mixer-quit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-mod"><code>mod</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dbutton_002ddown_002devent_003f"><code>mouse-button-down-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dbutton_002devent_002dbutton"><code>mouse-button-event-button</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dbutton_002devent_002dclicks"><code>mouse-button-event-clicks</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dbutton_002devent_002dpressed_003f"><code>mouse-button-event-pressed?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dbutton_002devent_002dtimestamp"><code>mouse-button-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dbutton_002devent_002dwhich"><code>mouse-button-event-which</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dbutton_002devent_002dwindow_002did"><code>mouse-button-event-window-id</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dbutton_002devent_002dx"><code>mouse-button-event-x</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dbutton_002devent_002dy"><code>mouse-button-event-y</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dbutton_002devent_003f"><code>mouse-button-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Mouse.html#index-mouse_002dbutton_002dpressed_003f"><code>mouse-button-pressed?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Mouse.html">Mouse</a></td></tr>
<tr><td></td><td valign="top"><a href="Mouse.html#index-mouse_002dbutton_002dreleased_003f"><code>mouse-button-released?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Mouse.html">Mouse</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dbutton_002dup_002devent_003f"><code>mouse-button-up-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dmotion_002devent_002dbuttons"><code>mouse-motion-event-buttons</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dmotion_002devent_002dtimestamp"><code>mouse-motion-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dmotion_002devent_002dwhich"><code>mouse-motion-event-which</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dmotion_002devent_002dwindow_002did"><code>mouse-motion-event-window-id</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dmotion_002devent_002dx"><code>mouse-motion-event-x</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dmotion_002devent_002dx_002drel"><code>mouse-motion-event-x-rel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dmotion_002devent_002dy"><code>mouse-motion-event-y</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dmotion_002devent_002dy_002drel"><code>mouse-motion-event-y-rel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-mouse_002dmotion_002devent_003f"><code>mouse-motion-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Mouse.html#index-mouse_002dx"><code>mouse-x</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Mouse.html">Mouse</a></td></tr>
<tr><td></td><td valign="top"><a href="Mouse.html#index-mouse_002dy"><code>mouse-y</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Mouse.html">Mouse</a></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-mul"><code>mul</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-music_002dpaused_003f"><code>music-paused?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-music_002dplaying_003f"><code>music-playing?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-music_002dvolume"><code>music-volume</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-music_003f"><code>music?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-N">N</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Blend-Modes.html#index-none"><code>none</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Blend-Modes.html">Blend Modes</a></td></tr>
<tr><td></td><td valign="top"><a href="Joysticks.html#index-num_002djoysticks"><code>num-joysticks</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Joysticks.html">Joysticks</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-O">O</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-open_002daudio"><code>open-audio</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Game-Controllers.html#index-open_002dgame_002dcontroller"><code>open-game-controller</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Game-Controllers.html">Game Controllers</a></td></tr>
<tr><td></td><td valign="top"><a href="Joysticks.html#index-open_002djoystick"><code>open-joystick</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Joysticks.html">Joysticks</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-P">P</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-palette_002dcolors"><code>palette-colors</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-palette_002dlength"><code>palette-length</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-palette_003f"><code>palette?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-pause_002dchannel_0021"><code>pause-channel!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-pause_002dmusic_0021"><code>pause-music!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-paused_002dchannels_002dcount"><code>paused-channels-count</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-pixel_002dformat_002dalpha_002dmask"><code>pixel-format-alpha-mask</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-pixel_002dformat_002dbits_002dper_002dpixel"><code>pixel-format-bits-per-pixel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-pixel_002dformat_002dblue_002dmask"><code>pixel-format-blue-mask</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-pixel_002dformat_002dbytes_002dper_002dpixel"><code>pixel-format-bytes-per-pixel</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-pixel_002dformat_002dgreen_002dmask"><code>pixel-format-green-mask</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-pixel_002dformat_002dname"><code>pixel-format-name</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-pixel_002dformat_002dpalette"><code>pixel-format-palette</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-pixel_002dformat_002dred_002dmask"><code>pixel-format-red-mask</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-pixel_002dformat_003f"><code>pixel-format?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-play_002dchunk_0021"><code>play-chunk!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-play_002dmusic_0021"><code>play-music!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-playing_002dchannels_002dcount"><code>playing-channels-count</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-poll_002devent"><code>poll-event</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-present_002drenderer"><code>present-renderer</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-Q">Q</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-query_002dtexture"><code>query-texture</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-quit_002devent_002dtimestamp"><code>quit-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-quit_002devent_003f"><code>quit-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-R">R</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-raise_002dwindow_0021"><code>raise-window!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Rects.html#index-rect_002dheight"><code>rect-height</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rects.html">Rects</a></td></tr>
<tr><td></td><td valign="top"><a href="Rects.html#index-rect_002dwidth"><code>rect-width</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rects.html">Rects</a></td></tr>
<tr><td></td><td valign="top"><a href="Rects.html#index-rect_002dx"><code>rect-x</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rects.html">Rects</a></td></tr>
<tr><td></td><td valign="top"><a href="Rects.html#index-rect_002dy"><code>rect-y</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rects.html">Rects</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-render_002dcopy"><code>render-copy</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-render_002dfont_002dblended"><code>render-font-blended</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-render_002dfont_002dsolid"><code>render-font-solid</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-renderer_002dinteger_002dscale"><code>renderer-integer-scale</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-renderer_002dlogical_002dsize"><code>renderer-logical-size</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-renderer_002dscale"><code>renderer-scale</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-renderer_002dtarget"><code>renderer-target</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-renderer_002dviewport"><code>renderer-viewport</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-renderer_003f"><code>renderer?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-restore_002dwindow_0021"><code>restore-window!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-resume_002dchannel_0021"><code>resume-channel!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-resume_002dmusic_0021"><code>resume-music!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-rewind_002dmusic_0021"><code>rewind-music!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-S">S</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Images.html#index-save_002dpng"><code>save-png</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Images.html">Images</a></td></tr>
<tr><td></td><td valign="top"><a href="Basics.html#index-sdl_002dinit"><code>sdl-init</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Basics.html">Basics</a></td></tr>
<tr><td></td><td valign="top"><a href="Basics.html#index-sdl_002dperformance_002dcounter"><code>sdl-performance-counter</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Basics.html">Basics</a></td></tr>
<tr><td></td><td valign="top"><a href="Basics.html#index-sdl_002dperformance_002dfrequency"><code>sdl-performance-frequency</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Basics.html">Basics</a></td></tr>
<tr><td></td><td valign="top"><a href="Basics.html#index-sdl_002dquit"><code>sdl-quit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Basics.html">Basics</a></td></tr>
<tr><td></td><td valign="top"><a href="Basics.html#index-sdl_002dticks"><code>sdl-ticks</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Basics.html">Basics</a></td></tr>
<tr><td></td><td valign="top"><a href="Basics.html#index-sdl_002dversion"><code>sdl-version</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Basics.html">Basics</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-set_002dchannel_002dvolume_0021"><code>set-channel-volume!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-set_002dchunk_002dvolume_0021"><code>set-chunk-volume!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="OpenGL.html#index-set_002dgl_002dattribute_0021"><code>set-gl-attribute!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="OpenGL.html">OpenGL</a></td></tr>
<tr><td></td><td valign="top"><a href="OpenGL.html#index-set_002dgl_002dswap_002dinterval_0021"><code>set-gl-swap-interval!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="OpenGL.html">OpenGL</a></td></tr>
<tr><td></td><td valign="top"><a href="Hints.html#index-set_002dhint_0021"><code>set-hint!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Hints.html">Hints</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-set_002dmusic_002dvolume_0021"><code>set-music-volume!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Rects.html#index-set_002drect_002dheight_0021"><code>set-rect-height!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rects.html">Rects</a></td></tr>
<tr><td></td><td valign="top"><a href="Rects.html#index-set_002drect_002dwidth_0021"><code>set-rect-width!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rects.html">Rects</a></td></tr>
<tr><td></td><td valign="top"><a href="Rects.html#index-set_002drect_002dx_0021"><code>set-rect-x!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rects.html">Rects</a></td></tr>
<tr><td></td><td valign="top"><a href="Rects.html#index-set_002drect_002dy_0021"><code>set-rect-y!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rects.html">Rects</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-set_002drenderer_002ddraw_002dblend_002dmode_0021"><code>set-renderer-draw-blend-mode!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-set_002drenderer_002ddraw_002dcolor_0021"><code>set-renderer-draw-color!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-set_002drenderer_002dinteger_002dscale_0021"><code>set-renderer-integer-scale!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-set_002drenderer_002dlogical_002dsize_0021"><code>set-renderer-logical-size!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-set_002drenderer_002dscale_0021"><code>set-renderer-scale!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-set_002drenderer_002dtarget_0021"><code>set-renderer-target!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-set_002drenderer_002dviewport_0021"><code>set-renderer-viewport!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-set_002dtexture_002dalpha_002dmod_0021"><code>set-texture-alpha-mod!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-set_002dtexture_002dblend_002dmode_0021"><code>set-texture-blend-mode!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-set_002dtexture_002dcolor_002dmod_0021"><code>set-texture-color-mod!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dborder_0021"><code>set-window-border!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dfullscreen_0021"><code>set-window-fullscreen!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dicon_0021"><code>set-window-icon!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dmaximum_002dsize_0021"><code>set-window-maximum-size!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dminimum_002dsize_0021"><code>set-window-minimum-size!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dposition_0021"><code>set-window-position!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dresizable_0021"><code>set-window-resizable!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dsize_0021"><code>set-window-size!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-set_002dwindow_002dtitle_0021"><code>set-window-title!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-show_002dwindow_0021"><code>show-window!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-stop_002dchannel_0021"><code>stop-channel!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Sound.html#index-stop_002dmusic_0021"><code>stop-music!</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Sound.html">Sound</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-surface_002d_003etexture"><code>surface-&gt;texture</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-surface_002dheight"><code>surface-height</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-surface_002dpitch"><code>surface-pitch</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-surface_002dpixel_002dformat"><code>surface-pixel-format</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-surface_002dpixels"><code>surface-pixels</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="Surfaces.html#index-surface_002dwidth"><code>surface-width</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Surfaces.html">Surfaces</a></td></tr>
<tr><td></td><td valign="top"><a href="OpenGL.html#index-swap_002dgl_002dwindow"><code>swap-gl-window</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="OpenGL.html">OpenGL</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-T">T</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-text_002dinput_002devent_002dtext"><code>text-input-event-text</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-text_002dinput_002devent_002dtimestamp"><code>text-input-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-text_002dinput_002devent_002dwindow_002did"><code>text-input-event-window-id</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-text_002dinput_002devent_003f"><code>text-input-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-texture_002dalpha_002dmod"><code>texture-alpha-mod</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Rendering.html#index-texture_002dcolor_002dmod"><code>texture-color-mod</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Rendering.html">Rendering</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-ttf_002dinit"><code>ttf-init</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td></td><td valign="top"><a href="Fonts.html#index-ttf_002dquit"><code>ttf-quit</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Fonts.html">Fonts</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
<tr><th id="Index_fn_letter-W">W</th><td></td><td></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dclosed_002devent_003f"><code>window-closed-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002denter_002devent_003f"><code>window-enter-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002devent_002dtimestamp"><code>window-event-timestamp</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002devent_002dtype"><code>window-event-type</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002devent_002dvector"><code>window-event-vector</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002devent_002dwindow_002did"><code>window-event-window-id</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002devent_003f"><code>window-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dexposed_002devent_003f"><code>window-exposed-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dfocus_002dgained_002devent_003f"><code>window-focus-gained-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dfocus_002dlost_002devent_003f"><code>window-focus-lost-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dhidden_002devent_003f"><code>window-hidden-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-window_002did"><code>window-id</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dleave_002devent_003f"><code>window-leave-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dmaximized_002devent_003f"><code>window-maximized-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-window_002dmaximum_002dsize"><code>window-maximum-size</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dminimized_002devent_003f"><code>window-minimized-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-window_002dminimum_002dsize"><code>window-minimum-size</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dmoved_002devent_003f"><code>window-moved-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-window_002dposition"><code>window-position</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dresized_002devent_003f"><code>window-resized-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002drestored_002devent_003f"><code>window-restored-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dshown_002devent_003f"><code>window-shown-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-window_002dsize"><code>window-size</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td></td><td valign="top"><a href="Events.html#index-window_002dsize_002dchanged_002devent_003f"><code>window-size-changed-event?</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Events.html">Events</a></td></tr>
<tr><td></td><td valign="top"><a href="Windows.html#index-window_002dtitle"><code>window-title</code></a>:</td><td>&nbsp;</td><td valign="top"><a href="Windows.html">Windows</a></td></tr>
<tr><td colspan="4"> <hr></td></tr>
</table>
<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" href="#Index_fn_symbol-1"><b>%</b></a>
 &nbsp; 
<br>
<a class="summary-letter" href="#Index_fn_letter-A"><b>A</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-B"><b>B</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-C"><b>C</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-D"><b>D</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-F"><b>F</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-G"><b>G</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-H"><b>H</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-I"><b>I</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-J"><b>J</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-K"><b>K</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-L"><b>L</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-M"><b>M</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-N"><b>N</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-O"><b>O</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-P"><b>P</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-Q"><b>Q</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-R"><b>R</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-S"><b>S</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-T"><b>T</b></a>
 &nbsp; 
<a class="summary-letter" href="#Index_fn_letter-W"><b>W</b></a>
 &nbsp; 
</td></tr></table>

<hr>
<div class="header">
<p>
Previous: <a href="Copying-This-Manual.html" accesskey="p" rel="prev">Copying This Manual</a>, Up: <a href="index.html" accesskey="u" rel="up">Top</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="#Index" title="Index" rel="index">Index</a>]</p>
</div>



</body>
</html>