mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 19:29:52 +02:00
Can see selected elements from Lua, tpt.selectedl or tpt.selectedr
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user