mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-18 18:06:44 +00:00
add keyboard focus
This commit is contained in:
@@ -69,7 +69,7 @@ function Style:eachName (object)
|
||||
end
|
||||
return function ()
|
||||
if not checkLookupProp() then return end
|
||||
local specialName = getSpecialName { 'pressed', 'hovered' }
|
||||
local specialName = getSpecialName { 'pressed', 'focused', 'hovered' }
|
||||
if specialName then return specialName end
|
||||
lookupPropIndex = lookupPropIndex + 1
|
||||
return lookupProp[lookupPropIndex]
|
||||
|
||||
Reference in New Issue
Block a user