lsft/modules/client/cl_focus.txt

10 lines
170 B
Text
Raw Normal View History

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