jefflunt / glint-ui

(retired) This was fun - but seriously, try Lakka instead (http://www.lakka.tv/)
3 stars 1 forks source link

Add menu item/key code for configuring input #10

Open jefflunt opened 11 years ago

jefflunt commented 11 years ago

Allow users to either select a menu item or press a special key to enter the input configuration steps.

This should allow easy, in-GUI reconfiguration of a custom controller.

jefflunt commented 11 years ago

The most graceful way to do this is going to be to remove the file and then create a new InputConfig manager that checks for input configs and tries to re-run them.

If that doesn't work we'll have to remove the file, then restart glint-es

jefflunt commented 11 years ago

Tried making a menu item that removed the config file and then restarted glint-es - never really worked at all. Tried simply restarting the config code but that proved problematic as input would bleed over from the keyboard.

Punting this issue for a later time.