mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 12:36:40 +03:00
Small CPad fixes
This commit is contained in:
parent
d9c96a76fb
commit
d84033a710
5 changed files with 14 additions and 12 deletions
|
@ -1355,7 +1355,7 @@ bool CControllerConfigManager::GetIsKeyboardKeyJustDown(RsKeyCodes keycode)
|
|||
return true;
|
||||
break;
|
||||
case rsENTER:
|
||||
if (CPad::GetPad(PAD1)->GetEnterJustDown())
|
||||
if (CPad::GetPad(PAD1)->GetReturnJustDown())
|
||||
return true;
|
||||
break;
|
||||
case rsLSHIFT:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue