Spacing and minor fixes
This commit is contained in:
parent
6b94dd6bcb
commit
4c06b676ad
|
@ -314,7 +314,7 @@ struct InputPrivate
|
||||||
states = new ButtonState[Input::buttonCodeSize];
|
states = new ButtonState[Input::buttonCodeSize];
|
||||||
statesOld = new ButtonState[Input::buttonCodeSize];
|
statesOld = new ButtonState[Input::buttonCodeSize];
|
||||||
|
|
||||||
// Clear buffers
|
/* Clear buffers */
|
||||||
clearBuffer();
|
clearBuffer();
|
||||||
swapBuffers();
|
swapBuffers();
|
||||||
clearBuffer();
|
clearBuffer();
|
||||||
|
@ -434,7 +434,7 @@ struct InputPrivate
|
||||||
}
|
}
|
||||||
|
|
||||||
void pollBindingPriv(const Binding &b,
|
void pollBindingPriv(const Binding &b,
|
||||||
Input::ButtonCode &repeatCand)
|
Input::ButtonCode &repeatCand)
|
||||||
{
|
{
|
||||||
if (!b.sourceActive())
|
if (!b.sourceActive())
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue