mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 14:04:08 +00:00
CPad done
This commit is contained in:
parent
292fd5ad24
commit
75bca8e31e
27 changed files with 2251 additions and 154 deletions
|
@ -1988,7 +1988,7 @@ _WinMain(HINSTANCE instance,
|
|||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetLeftMouseJustDown() )
|
||||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetEnterJustDown() || CPad::GetPad(0)->GetExtEnterJustDown() )
|
||||
else if ( CPad::GetPad(0)->GetPadEnterJustDown() || CPad::GetPad(0)->GetEnterJustDown() )
|
||||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetCharJustDown(' ') )
|
||||
++gGameState;
|
||||
|
@ -2024,7 +2024,7 @@ _WinMain(HINSTANCE instance,
|
|||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetLeftMouseJustDown() )
|
||||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetEnterJustDown() || CPad::GetPad(0)->GetExtEnterJustDown() )
|
||||
else if ( CPad::GetPad(0)->GetPadEnterJustDown() || CPad::GetPad(0)->GetEnterJustDown() )
|
||||
++gGameState;
|
||||
else if ( CPad::GetPad(0)->GetCharJustDown(' ') )
|
||||
++gGameState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue