-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gizmo64_API.htm
executable file
·139 lines (87 loc) · 4.58 KB
/
Gizmo64_API.htm
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
<html>
<head>
<title>Gizmo64 API</title>
<link rel="stylesheet" type="text/css" href="stylesheets/Gizmo_API.css"/>
<link rel="stylesheet" type="text/css" href="stylesheets/searchform.css"/>
<script src='Gizmo_API.js'></script>
<script src='content/api/branch_info.js'></script>
<script src='rainbow-master/js/rainbow.js'></script>
<script src='rainbow-master/js/language/lua.js'></script>
<link href="rainbow-master/themes/github.css" rel="stylesheet" type="text/css">
<style>
pre{
background: #aeaeae;
border: 0px;
}
.code_bg{
border: 1px solid black;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 10px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
width: 90%;
overflow: auto;
margin: 0 3px;
background: white;
_background: #f8f8f8;
}
</style>
</head>
<body style="overflow: hidden;" onload='OnLoad();' onresize='OnResize();' _onhashchange='loadBookmark()';>
<div>
<div id='searchBox' class='outer' style='text-align:center; width:310px; padding: 0px; overflow: hidden; height:72px; left:0px; top:0px; padding: 5px; position:absolute; background-color:#777777; '>
<form method="get" action="" id="search" style='' onsubmit='return false;'>
<input name="q" type="text" size="40" placeholder="(disabled) Search..." onchange=''/>
</form>
<!-- tab buttons -->
<div id='divTabAPI' class="tab_active" onclick='setTab("api");' style="left:30px; top:38px;">
API
</div>
<div id='divTabEvents' class="tab_idle" onclick='setTab("events");' style="left:140px; top:38px;">
Events
</div>
</div>
<div id="navTree_api" style='display:; width:320px; padding: 5px; overflow: auto; height:100px; border: 0px solid black; left:0px; top:64px; position:absolute; background-color:#77777c;'>
<!--
The content of this div is dynamically generated by the function "buildSectionTree_API();"
Content is made up of tree of API items.
-->
</div>
<div id="navTree_events" style='display:none; width:320px; padding: 5px; overflow: auto; height:100px; border: 0px solid black; left:0px; top:64px; position:absolute; background-color:#777c77;'>
<!--
The content of this div is dynamically generated by the function "buildSectionTree_Events();"
Content is made of up of tree of Event groups and names.
-->
</div>
</div>
<div style='width:100%; height:100%; background-color:#888888; left:320px; top:0px; position:absolute;'>
<!-- This wrapper is used to ensure future extensibility, we can replace the content render portal with an entirely different view. -->
<div id='div_docBlock' class='docblock'>
<!-- responsive content header renders here -->
<div id='div_docBlock_Header' class='docblock_header'>Gizmo64 API Reference v14.04.04</div>
<!-- responsive content body renders here -->
<div id='div_docBlock_Content' class='docblock_body'>
<img src='Gizmo_Logo_Color_120px.png' width='120' height='58' alt='Gizmo64 Logo' align='absmiddle'/>
<img src='lua-128x128.png' width='128' height='128' alt='Lua Logo' align='absmiddle'/>
<!--
TODO: Add logos for libs that we use:
- cURL
- Bullet Physics
- libPNG
- OpenAL
- OpenGL
- ??
-->
</div>
</div><br>
<br>
<div id='div_extraContent' class='docblock'>
additional content from server...
</div>
</div>
<!-- Import the JSON data we need to build the documentation GUI from. -->
<script type="text/javascript" src="content/autogen/api_dox.json"></script>
<script type="text/javascript" src="content/autogen/gizmo_events.json" onload='buildSectionTree_Events();'></script>
</body>
</html>