From ce13424075386219bb56d83da2155d1f7a03be20 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Tue, 11 Apr 2017 10:42:31 -0700 Subject: [PATCH] more stuffs --- docs/classes/element.html | 2 +- docs/classes/window.html | 2 +- docs/index.html | 2 +- docs/modules/Element.html | 2 +- docs/modules/main.html | 2 +- docs/modules/pop.html | 2 +- docs/modules/util.html | 2 +- init.lua | 4 ++-- init.moon | 4 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/classes/element.html b/docs/classes/element.html index 893211b..1f596f7 100644 --- a/docs/classes/element.html +++ b/docs/classes/element.html @@ -426,7 +426,7 @@
generated by LDoc 1.4.3 -Last updated 2017-04-11 08:56:04 +Last updated 2017-04-11 10:42:17
diff --git a/docs/classes/window.html b/docs/classes/window.html index cfead2c..42c1cad 100644 --- a/docs/classes/window.html +++ b/docs/classes/window.html @@ -144,7 +144,7 @@
generated by LDoc 1.4.3 -Last updated 2017-04-11 08:56:04 +Last updated 2017-04-11 10:42:17
diff --git a/docs/index.html b/docs/index.html index 09d85af..9560101 100644 --- a/docs/index.html +++ b/docs/index.html @@ -84,7 +84,7 @@
generated by LDoc 1.4.3 -Last updated 2017-04-11 08:56:04 +Last updated 2017-04-11 10:42:17
diff --git a/docs/modules/Element.html b/docs/modules/Element.html index d76d2bd..db21abb 100644 --- a/docs/modules/Element.html +++ b/docs/modules/Element.html @@ -491,7 +491,7 @@
generated by LDoc 1.4.3 -Last updated 2017-04-11 08:56:04 +Last updated 2017-04-11 10:42:17
diff --git a/docs/modules/main.html b/docs/modules/main.html index 1ba063f..c21791c 100644 --- a/docs/modules/main.html +++ b/docs/modules/main.html @@ -105,7 +105,7 @@
generated by LDoc 1.4.3 -Last updated 2017-04-11 08:56:04 +Last updated 2017-04-11 10:42:17
diff --git a/docs/modules/pop.html b/docs/modules/pop.html index 7aa21c1..3e762e1 100644 --- a/docs/modules/pop.html +++ b/docs/modules/pop.html @@ -723,7 +723,7 @@ table.insert element.parent, element.parent\removeChild(element),
generated by LDoc 1.4.3 -Last updated 2017-04-11 08:56:04 +Last updated 2017-04-11 10:42:17
diff --git a/docs/modules/util.html b/docs/modules/util.html index 2afb985..a97b5d8 100644 --- a/docs/modules/util.html +++ b/docs/modules/util.html @@ -126,7 +126,7 @@
generated by LDoc 1.4.3 -Last updated 2017-04-11 08:56:04 +Last updated 2017-04-11 10:42:17
diff --git a/init.lua b/init.lua index 2fdb791..206db11 100644 --- a/init.lua +++ b/init.lua @@ -48,8 +48,8 @@ if major == 0 and minor == 9 then elseif major == 0 and minor == 10 then pop.constants = { left_mouse = 1, - middle_mouse = 2, - right_mouse = 3, + middle_mouse = 3, + right_mouse = 2, button_4 = 4, button_5 = 5 } diff --git a/init.moon b/init.moon index d03ff64..b3998a6 100644 --- a/init.moon +++ b/init.moon @@ -63,8 +63,8 @@ if major == 0 and minor == 9 elseif major == 0 and minor == 10 pop.constants = { left_mouse: 1 - middle_mouse: 2 - right_mouse: 3 + middle_mouse: 3 + right_mouse: 2 button_4: 4 button_5: 5 --no mouse wheel, may lead to problems?