mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Started making Input framebased and added KeyCodes
This commit is contained in:
@@ -14,6 +14,8 @@ namespace Sandbox
|
||||
|
||||
public override void Update(GameTime gameTime)
|
||||
{
|
||||
if(Input.IsKeyPressed(.Tab))
|
||||
Log.ClientLogger.Info("Tab key is pressed!");
|
||||
}
|
||||
|
||||
public override void OnEvent(Event event)
|
||||
|
||||
Reference in New Issue
Block a user