Tmsrise
Tmsrise
does this work with controller navigation?
For those of you that want to implement controller support: 1) There is no ImGuiKey_GamepadLStickX, but there is ImGuiKey_GamepadLStickUp, down, left, right, etc, so you need to subtract. 2) Implement...
Probably due to #108, not sure if this "fix" is intended (though very much appreciated, if integrated correctly.). Either way it's non-obvious with no documentation other than an offhand vague...
@Yomguithereal Could you go into more detail using the events to move the background and what other pieces are needed? I'd greatly appreciate it.