Garry's Mod Wiki

input.WasMouseDoublePressed

  boolean input.WasMouseDoublePressed( number button )

Description

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

If this function returns true, input.WasMousePressed will return false.

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 button
The mouse button to test, see MOUSE enum

Returns

1 boolean
Whether the mouse key was double pressed or not.