InputSingleton.isKeyPressed

Returns true if you are pressing the key. You can pass a keylist constant.

struct InputSingleton
@nogc nothrow const
bool
isKeyPressed
(
in long scancode
)

Meta