Skip to content

Commit 062c569

Browse files
authored
Merge pull request #7 from remyroez/larger-than-life
Larger than Life ルール実装
2 parents 6102f4e + fb3f274 commit 062c569

File tree

7 files changed

+710
-108
lines changed

7 files changed

+710
-108
lines changed

game/lib/Slab/Internal/UI/Input.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,4 +580,8 @@ function Input.GetHeight()
580580
return Style.Font:getHeight()
581581
end
582582

583+
function Input.IsFocused()
584+
return Focused ~= nil
585+
end
586+
583587
return Input

0 commit comments

Comments
 (0)