From 625e4e0e4df7d08b58d6ba5741b932e57a70f3dd Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 25 Feb 2024 21:02:11 +0200 Subject: EnableEventWaiting and DisableEventWaiting. --- include/core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/core.h') 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 ); -- cgit v1.2.3