Source Academy Modules
    Preparing search index...

    Function input_right_mouse_down

    • Detects if the right mouse button is pressed down. This function should be called in your update function.

      Returns boolean

      True, if the right mouse button is pressed down.

      if (input_right_mouse_down()) {
      // Right mouse button down
      }