mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 00:10:56 +02:00
105672c132
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>
4 lines
174 B
Lua
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")
|