J :
* Fix u32 into JButtons. * Add a few comments. * Remove useless variables.
This commit is contained in:
@@ -196,7 +196,7 @@ void SimplePad::MoveSelection(unsigned char moveto)
|
||||
|
||||
void SimplePad::Update(float dt){
|
||||
JGE * mEngine = JGE::GetInstance();
|
||||
u32 key = mEngine->ReadButton();
|
||||
JButton key = mEngine->ReadButton();
|
||||
|
||||
//Start button changes capslock setting.
|
||||
if (key == JGE_BTN_MENU)
|
||||
|
||||
Reference in New Issue
Block a user