summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-05-31 17:38:13 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-05-31 17:38:13 (GMT)
commit2c8c4bc567b09996ee69584a7229356cd411c51a (patch)
tree3298c14e85fb4bf7c0741851c0cdd6068b59c843 /includes
parent2327d9678d5b75f1fcf6133966de8f4d754b0476 (diff)
downloadpowder-2c8c4bc567b09996ee69584a7229356cd411c51a.zip
powder-2c8c4bc567b09996ee69584a7229356cd411c51a.tar.gz
Pass mouse coordinates (mousex, mousey, mouseb, mousebq) and Lua click handling
Diffstat (limited to 'includes')
-rw-r--r--includes/luaconsole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/luaconsole.h b/includes/luaconsole.h
index cb1bb12..187bf01 100644
--- a/includes/luaconsole.h
+++ b/includes/luaconsole.h
@@ -6,7 +6,7 @@
#include <defines.h>
void luacon_open();
-int luacon_step();
+int luacon_step(int mx, int my, int mb, int mbq, char key);
int luacon_keypress(char key);
int luacon_eval(char *command);
char *luacon_geterror();