Allow repeating left/right.
This commit is contained in:
@@ -110,7 +110,7 @@ void ScreenPrompt::Input( const InputEventPlus &input )
|
|||||||
if( IsTransitioning() )
|
if( IsTransitioning() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if( input.DeviceI.device==DEVICE_KEYBOARD && input.type==IET_FIRST_PRESS )
|
if( input.DeviceI.device==DEVICE_KEYBOARD )
|
||||||
{
|
{
|
||||||
switch( input.DeviceI.button )
|
switch( input.DeviceI.button )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user