mirror of
https://github.com/love2d/love.git
synced 2026-08-19 12:14:20 +02:00
Removed some stowaway test code...
This commit is contained in:
@@ -91,11 +91,6 @@ static int throwExcept(lua_State *L, const T& func)
|
|||||||
|
|
||||||
int w_hasTextInput(lua_State *L)
|
int w_hasTextInput(lua_State *L)
|
||||||
{
|
{
|
||||||
bool asdf = true;
|
|
||||||
throwExcept(L, [&](){ instance->setTextInput(asdf); });
|
|
||||||
|
|
||||||
// throwExcept(L, L);
|
|
||||||
|
|
||||||
luax_pushboolean(L, instance->hasTextInput());
|
luax_pushboolean(L, instance->hasTextInput());
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user