mirror of
https://github.com/edubart/otclient.git
synced 2025-12-15 05:09:46 +01:00
fix win32 key input and implement fullscreen/maximize/minsize
This commit is contained in:
@@ -239,6 +239,7 @@ void Application::registerLuaFunctions()
|
||||
g_lua.bindClassStaticFunction("g_configs", "set", std::bind(&ConfigManager::set, &g_configs, _1, _2));
|
||||
g_lua.bindClassStaticFunction("g_configs", "get", std::bind(&ConfigManager::get, &g_configs, _1));
|
||||
g_lua.bindClassStaticFunction("g_configs", "exists", std::bind(&ConfigManager::exists, &g_configs, _1));
|
||||
g_lua.bindClassStaticFunction("g_configs", "remove", std::bind(&ConfigManager::remove, &g_configs, _1));
|
||||
|
||||
|
||||
g_lua.registerStaticClass("g_window");
|
||||
|
||||
Reference in New Issue
Block a user