lsft/modules/client/cl_focus.txt

9 lines
170 B
Text

--@name
--@author
--@client
net.receive("LSFT-Get-Focused", function(data)
net.start("LSFT-Get-Focused-Resp")
net.writeBool(game.hasFocus())
net.send()
end)