Started making Input framebased and added KeyCodes

This commit is contained in:
Simon Lübeß
2020-11-14 15:09:59 +01:00
parent 356011119b
commit 696961e46c
9 changed files with 221 additions and 23 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ namespace GlitchyEngine
/**
* Tells the timer that a frame has passed and updates the counters.
*/
public void Tick()
public void NewFrame()
{
TimeSpan old = _totalTime;
_totalTime = Elapsed;