コード例 #1
0
void InputSubsystem::Tick(float DeltaTime)
{
	InputConfig* CurrentConfig = GetCurrentConfig();
	if(CurrentConfig != NULL)
	{ 
		CurrentConfig->HandleInput(DeltaTime);
	}
}