fix repeat
This commit is contained in:
@@ -109,6 +109,9 @@ void ScreenPrompt::Input( const InputEventPlus &input )
|
|||||||
if( IsTransitioning() )
|
if( IsTransitioning() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if( input.type == IET_RELEASE )
|
||||||
|
return;
|
||||||
|
|
||||||
if( input.DeviceI.device==DEVICE_KEYBOARD )
|
if( input.DeviceI.device==DEVICE_KEYBOARD )
|
||||||
{
|
{
|
||||||
switch( input.DeviceI.button )
|
switch( input.DeviceI.button )
|
||||||
|
|||||||
Reference in New Issue
Block a user