summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h
index d72fdb9..14b2630 100644
--- a/include/core.h
+++ b/include/core.h
@@ -193,6 +193,8 @@ int lcoreGetMouseDelta( lua_State* L );
int lcoreSetMousePosition( lua_State* L );
int lcoreSetMouseOffset( lua_State* L );
int lcoreSetMouseScale( lua_State* L );
+int lcoreGetMouseOffset( lua_State* L );
+int lcoreGetMouseScale( lua_State* L );
int lcoreGetMouseWheelMove( lua_State* L );
int lcoreGetMouseWheelMoveV( lua_State* L );
int lcoreSetMouseCursor( lua_State* L );