mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-26 17:34:35 +02:00
Pass mouse coordinates (mousex, mousey, mouseb, mousebq) and Lua click handling
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user