GE Lua Documentation

Press F to search!

getVirtualInputManager

Definition


-- @/=[C]:-1
function getVirtualInputManager(...)

Callers

@/lua/ge/extensions/remoteControl/remoteControl.lua
  else
    vim = getVirtualInputManager()
@/lua/ge/extensions/core/input/virtualInput.lua
local function createDevice(productName, vidpid, axes, buttons, povs)
  local mgr = getVirtualInputManager()
  if not mgr then
local function deleteDevice(deviceInstance)
  local mgr = getVirtualInputManager()
  if not mgr then
local function emit(deviceInstance, objType, objectInstance, action, val)
  local mgr = getVirtualInputManager()
  if not mgr then return end