v0.13.0.11
This commit is contained in:
@@ -476,6 +476,11 @@ namespace Barotrauma
|
||||
#endif
|
||||
}
|
||||
|
||||
public static bool IsAltDown()
|
||||
{
|
||||
return KeyDown(Keys.LeftAlt) || KeyDown(Keys.RightAlt);
|
||||
}
|
||||
|
||||
public static void Update(double deltaTime)
|
||||
{
|
||||
timeSinceClick += deltaTime;
|
||||
|
||||
Reference in New Issue
Block a user