GE Lua Documentation

Press F to search!

onRecentDevicesChanged

Definition


-- @/lua/ge/extensions/core/input/bindings.lua:1130

local function onRecentDevicesChanged(_recentDevices)
  recentDevices = _recentDevices
  guihooks.trigger('RecentDevicesChanged', recentDevices)
end

Callers