Garry's Mod Wiki

input.WasMouseReleased

  boolean input.WasMouseReleased( number key )

Description

Returns whether a mouse key was released in the same frame this function was called.

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

Arguments

1 number key
The key to test, see MOUSE enum

Returns

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