summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorjussi2024-02-25 21:02:11 +0200
committerjussi2024-02-25 21:02:11 +0200
commit625e4e0e4df7d08b58d6ba5741b932e57a70f3dd (patch)
treec84e0f43e7f483917cea470a2a2c1aa68ae57a7b /include/core.h
parent47ed28b006db71d823cfaa24fa143ab5cfcf279b (diff)
downloadreilua-enhanced-625e4e0e4df7d08b58d6ba5741b932e57a70f3dd.tar.gz
reilua-enhanced-625e4e0e4df7d08b58d6ba5741b932e57a70f3dd.tar.bz2
reilua-enhanced-625e4e0e4df7d08b58d6ba5741b932e57a70f3dd.zip
EnableEventWaiting and DisableEventWaiting.
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 e9f8d1b..939dfaf 100644
--- a/include/core.h
+++ b/include/core.h
@@ -44,6 +44,8 @@ int lcoreGetWindowScaleDPI( lua_State* L );
int lcoreGetMonitorName( lua_State* L );
int lcoreSetClipboardText( lua_State* L );
int lcoreGetClipboardText( lua_State* L );
+int lcoreEnableEventWaiting( lua_State* L );
+int lcoreDisableEventWaiting( lua_State* L );
/* Cursor-related functions. */
int lcoreShowCursor( lua_State* L );
int lcoreHideCursor( lua_State* L );