GE Lua Documentation

Press F to search!

openXRStateChanged

Definition


-- @/lua/ge/main.lua:783

function openXRStateChanged(...)
  if not render_openxr then return end
  render_openxr.stateChanged(...)
end

Callers