diff options
| author | jussi | 2024-02-25 21:02:11 +0200 |
|---|---|---|
| committer | jussi | 2024-02-25 21:02:11 +0200 |
| commit | 625e4e0e4df7d08b58d6ba5741b932e57a70f3dd (patch) | |
| tree | c84e0f43e7f483917cea470a2a2c1aa68ae57a7b /include/core.h | |
| parent | 47ed28b006db71d823cfaa24fa143ab5cfcf279b (diff) | |
| download | reilua-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.h | 2 |
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 ); |
