Optimization for GoL, Added brush size and mouse wheel to lua!

This commit is contained in:
cracker64
2012-07-08 00:00:47 -04:00
parent 5f3c10a684
commit e7035233fd
6 changed files with 38 additions and 27 deletions

View File

@@ -43,8 +43,8 @@
int *lua_el_func, *lua_el_mode, *lua_gr_func;
void luacon_open();
int luacon_step(int mx, int my, int selectl, int selectr);
int luacon_mouseevent(int mx, int my, int mb, int event);
int luacon_step(int mx, int my, int selectl, int selectr, int bsx, int bsy);
int luacon_mouseevent(int mx, int my, int mb, int event, int mouse_wheel);
int luacon_keyevent(int key, int modifier, int event);
int luacon_eval(char *command);
int luacon_part_update(int t, int i, int x, int y, int surround_space, int nt);