more stuffs

This commit is contained in:
Paul Liverman III 2017-04-11 10:42:31 -07:00
parent 107538b18f
commit ce13424075
9 changed files with 11 additions and 11 deletions

View File

@ -426,7 +426,7 @@
</div> <!-- id="main" --> </div> <!-- id="main" -->
<div id="about"> <div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i> <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2017-04-11 08:56:04 </i> <i style="float:right;">Last updated 2017-04-11 10:42:17 </i>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->
</body> </body>

View File

@ -144,7 +144,7 @@
</div> <!-- id="main" --> </div> <!-- id="main" -->
<div id="about"> <div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i> <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2017-04-11 08:56:04 </i> <i style="float:right;">Last updated 2017-04-11 10:42:17 </i>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->
</body> </body>

View File

@ -84,7 +84,7 @@
</div> <!-- id="main" --> </div> <!-- id="main" -->
<div id="about"> <div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i> <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2017-04-11 08:56:04 </i> <i style="float:right;">Last updated 2017-04-11 10:42:17 </i>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->
</body> </body>

View File

@ -491,7 +491,7 @@
</div> <!-- id="main" --> </div> <!-- id="main" -->
<div id="about"> <div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i> <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2017-04-11 08:56:04 </i> <i style="float:right;">Last updated 2017-04-11 10:42:17 </i>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->
</body> </body>

View File

@ -105,7 +105,7 @@
</div> <!-- id="main" --> </div> <!-- id="main" -->
<div id="about"> <div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i> <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2017-04-11 08:56:04 </i> <i style="float:right;">Last updated 2017-04-11 10:42:17 </i>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->
</body> </body>

View File

@ -723,7 +723,7 @@ table.insert element.parent, element.parent\removeChild(element),
</div> <!-- id="main" --> </div> <!-- id="main" -->
<div id="about"> <div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i> <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2017-04-11 08:56:04 </i> <i style="float:right;">Last updated 2017-04-11 10:42:17 </i>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->
</body> </body>

View File

@ -126,7 +126,7 @@
</div> <!-- id="main" --> </div> <!-- id="main" -->
<div id="about"> <div id="about">
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i> <i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
<i style="float:right;">Last updated 2017-04-11 08:56:04 </i> <i style="float:right;">Last updated 2017-04-11 10:42:17 </i>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->
</body> </body>

View File

@ -48,8 +48,8 @@ if major == 0 and minor == 9 then
elseif major == 0 and minor == 10 then elseif major == 0 and minor == 10 then
pop.constants = { pop.constants = {
left_mouse = 1, left_mouse = 1,
middle_mouse = 2, middle_mouse = 3,
right_mouse = 3, right_mouse = 2,
button_4 = 4, button_4 = 4,
button_5 = 5 button_5 = 5
} }

View File

@ -63,8 +63,8 @@ if major == 0 and minor == 9
elseif major == 0 and minor == 10 elseif major == 0 and minor == 10
pop.constants = { pop.constants = {
left_mouse: 1 left_mouse: 1
middle_mouse: 2 middle_mouse: 3
right_mouse: 3 right_mouse: 2
button_4: 4 button_4: 4
button_5: 5 button_5: 5
--no mouse wheel, may lead to problems? --no mouse wheel, may lead to problems?