mirror of https://github.com/stella-emu/stella.git
fix backspace not working in launcher
This commit is contained in:
parent
8133c6ff05
commit
d2027a8a97
|
@ -187,6 +187,8 @@ void PhysicalKeyboardHandler::setDefaultMapping(Event::Type event, EventMode mod
|
||||||
setDefaultKey( KBDK_RETURN, Event::UISelect );
|
setDefaultKey( KBDK_RETURN, Event::UISelect );
|
||||||
setDefaultKey( KBDK_ESCAPE, Event::UICancel );
|
setDefaultKey( KBDK_ESCAPE, Event::UICancel );
|
||||||
|
|
||||||
|
setDefaultKey( KBDK_BACKSPACE, Event::UIPrevDir);
|
||||||
|
|
||||||
// FIXME - use the R77 define in the final release
|
// FIXME - use the R77 define in the final release
|
||||||
// use the '1' define for testing
|
// use the '1' define for testing
|
||||||
#if defined(RETRON77)
|
#if defined(RETRON77)
|
||||||
|
|
Loading…
Reference in New Issue