mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Change argument of onKeyPress
This commit is contained in:
parent
b1a6441c23
commit
cc7dbabd19
5 changed files with 29 additions and 4 deletions
|
@ -163,6 +163,7 @@ namespace LuaUtil
|
|||
void registerEngineHandlers(std::initializer_list<EngineHandlerList*> handlers);
|
||||
|
||||
const std::string mNamePrefix;
|
||||
LuaUtil::LuaState& mLua;
|
||||
|
||||
private:
|
||||
struct Script
|
||||
|
@ -190,7 +191,6 @@ namespace LuaUtil
|
|||
void updateTimerQueue(std::vector<Timer>& timerQueue, double time);
|
||||
static void insertTimer(std::vector<Timer>& timerQueue, Timer&& t);
|
||||
|
||||
LuaUtil::LuaState& mLua;
|
||||
const UserdataSerializer* mSerializer = nullptr;
|
||||
std::map<std::string, sol::object> API;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue