mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-06 00:55:50 +00:00
This commit is contained in:
parent
ff3ffa13b6
commit
9638fbabb4
@ -170,7 +170,10 @@ namespace MWInput
|
|||||||
MWBase::Environment::get().getWindowManager()->notifyInputActionBound();
|
MWBase::Environment::get().getWindowManager()->notifyInputActionBound();
|
||||||
}
|
}
|
||||||
|
|
||||||
void setDetectingKeyboard(bool detecting) { mDetectingKeyboard = detecting; }
|
void setDetectingKeyboard(bool detecting)
|
||||||
|
{
|
||||||
|
mDetectingKeyboard = detecting;
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ICS::InputControlSystem* mInputBinder;
|
ICS::InputControlSystem* mInputBinder;
|
||||||
|
@ -190,7 +190,10 @@ namespace Debug
|
|||||||
CurrentDebugLevel = Verbose;
|
CurrentDebugLevel = Verbose;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual std::streamsize writeImpl(const char* str, std::streamsize size, Level debugLevel) { return size; }
|
virtual std::streamsize writeImpl(const char* str, std::streamsize size, Level debugLevel)
|
||||||
|
{
|
||||||
|
return size;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined _WIN32 && defined _DEBUG
|
#if defined _WIN32 && defined _DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user