Fix initial return value of love.keyboard.isDown

This commit is contained in:
Sasha Szpakowski
2025-03-01 14:52:02 -04:00
parent 0f30269cf5
commit 5365894260
+1
View File
@@ -58,6 +58,7 @@ bool Keyboard::getConstant(const char *in, Key &out)
{
stringToKey[text] = codepoint;
out = (Key)codepoint;
return true;
}
return false;