Pre-resize fillparent

This commit is contained in:
2018-08-13 22:22:10 -04:00
parent 58fa6f0503
commit 353dc21750
95 changed files with 478 additions and 437 deletions
@@ -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
{