Can see selected elements from Lua, tpt.selectedl or tpt.selectedr

This commit is contained in:
cracker64
2011-09-23 23:25:50 -04:00
parent c750e659a7
commit 789049b269
3 changed files with 11 additions and 3 deletions

View File

@@ -18,7 +18,7 @@
#define LUACON_KUP 2
void luacon_open();
int luacon_step(int mx, int my);
int luacon_step(int mx, int my, int selectl, int selectr);
int luacon_mouseevent(int mx, int my, int mb, int event);
int luacon_keyevent(int key, int modifier, int event);
int luacon_eval(char *command);