Garry's Mod Wiki

input.WasKeyPressed

  boolean input.WasKeyPressed( number key )

Description

Returns whether a key was initially pressed in the same frame this function was called.

This function only works in Move hooks, and will detect key presses even in main menu or when a typing in a text field.

Arguments

1 number key
The key, see KEY enum.

Returns

1 boolean
True if the key was initially pressed the same frame that this function was called, false otherwise.