Files
gen1recomp/tools/save-editor/PadInput.lua
T
Andrew Quenehen 105672c132 fix(switch): restore pad cursor in Touch Controls and launcher overlays
Opening Touch Controls dropped the launcher virtual cursor and swallowed
gamepad input while touch still worked. Share PadCursor with the save
editor, forward pad events, and centralize overlay handoff/resume so both
hosts park and re-arm the pointer cleanly.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-03 16:46:48 -03:00

4 lines
174 B
Lua

-- Compat shim: PadInput lived here first; shared implementation is now
-- src/ui/PadCursor.lua so the touch-controls editor can reuse it.
return require("src.ui.PadCursor")