|
|
@ -1123,7 +1123,6 @@ namespace NLGUI
|
|
|
|
if(!pIE)
|
|
|
|
if(!pIE)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
ls.pushNil();
|
|
|
|
ls.pushNil();
|
|
|
|
nlerror("getCurrentWindowUnder(): No UICaller found. return Nil");
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -1672,7 +1671,7 @@ namespace NLGUI
|
|
|
|
ls.registerFunc("runFct", runFct);
|
|
|
|
ls.registerFunc("runFct", runFct);
|
|
|
|
ls.registerFunc("runCommand", runCommand);
|
|
|
|
ls.registerFunc("runCommand", runCommand);
|
|
|
|
ls.registerFunc("getPathContent", getPathContent);
|
|
|
|
ls.registerFunc("getPathContent", getPathContent);
|
|
|
|
|
|
|
|
|
|
|
|
// Through LUABind API
|
|
|
|
// Through LUABind API
|
|
|
|
lua_State *L= ls.getStatePointer();
|
|
|
|
lua_State *L= ls.getStatePointer();
|
|
|
|
|
|
|
|
|
|
|
|