Pass mouse coordinates (mousex, mousey, mouseb, mousebq) and Lua click handling

This commit is contained in:
Simon Robertshaw
2011-05-31 18:38:13 +01:00
parent 2327d9678d
commit 2c8c4bc567
4 changed files with 22 additions and 12 deletions

View File

@@ -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();