class Input.Keyboard

in global :: Sandbox

😔 No documentation found.


public static bool Down( string keyName )

Keyboard key is held down

public static bool Pressed( string keyName )

Keyboard key wasn't pressed but now it is

public static bool Released( string keyName )

Keyboard key was pressed but now it isn't

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.