Added battery info
svn-id: r19045
This commit is contained in:
parent
3e9419db51
commit
6330435331
3 changed files with 8 additions and 3 deletions
|
@ -51,6 +51,9 @@ void OSystem_PalmBase::initBackend() {
|
|||
_lastKeyModifier = kModifierNone;
|
||||
_lastKeyRepeat = 100;
|
||||
_useNumPad = false;
|
||||
_showBatLow = false;
|
||||
_batCheckTicks = SysTicksPerSecond() * 15;
|
||||
_batCheckLast = TimGetTicks();
|
||||
|
||||
_mouseDataH = NULL;
|
||||
_mouseDataP = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue