changeset 109:b9b60552667e

Make right-clicking work on the Load icon.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Jul 2018 06:41:04 +0300
parents a9d8db1726c1
children ae324b1a020f
files Interface.pde
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Interface.pde	Fri Jul 06 06:40:43 2018 +0300
+++ b/Interface.pde	Fri Jul 06 06:41:04 2018 +0300
@@ -888,6 +888,7 @@
                 if (ad == 'u' && g_realbutton == RIGHT) ad = 'U';
                 if (ad == 'n' && g_realbutton == RIGHT) ad = 'N';
                 if (ad == 'h' && g_realbutton == RIGHT) ad = 'H';
+                if (ad == 'l' && g_realbutton == RIGHT) ad = 'L';
                 if (ad == 's' && g_realbutton == RIGHT) ad = 'S';
                 if (ad == 'j' && g_realbutton == RIGHT) ad = 'J';
                 if (ad == 'g' && g_realbutton == RIGHT) ad = 'G';