Pre-resize fillparent
This commit is contained in:
@@ -8,7 +8,7 @@ using UtilityEngine::cUtility;
|
||||
|
||||
/*static*/ cInput* cInput::sp_inst = nullptr;
|
||||
|
||||
//Private
|
||||
/// private
|
||||
cInput::cInput()
|
||||
{}
|
||||
|
||||
@@ -17,7 +17,7 @@ cInput::~cInput()
|
||||
CleanUp();
|
||||
}
|
||||
|
||||
//Public
|
||||
/// public
|
||||
/*static*/ cInput& cInput::Inst()
|
||||
{
|
||||
if (sp_inst == nullptr)
|
||||
@@ -31,7 +31,7 @@ cInput::~cInput()
|
||||
sp_inst = nullptr;
|
||||
}
|
||||
|
||||
//Functions
|
||||
/// Functions
|
||||
const bool cInput::Initialize() const
|
||||
{
|
||||
bool rtn = IsInit();
|
||||
@@ -150,9 +150,9 @@ void cInput::RemoveAllInputs()
|
||||
RemoveAllKeyboards();
|
||||
}
|
||||
|
||||
///Sets
|
||||
/// Sets
|
||||
|
||||
///Gets
|
||||
/// Gets
|
||||
/* Gets return true if Input was initialized */
|
||||
const bool cInput::IsInit() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user