--- title: element.onmousedown slug: Web/API/GlobalEventHandlers/onmousedown tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/GlobalEventHandlers/onmousedown original_slug: Web/API/Element/onmousedown ---
{{ ApiRef() }}
Własność onmousedown zwraca kod obsługi zdarzenia onMouseDown w bieżącym elemencie.
event handling code = element.onMouseDown
Zdarzenie mousedown
jest wywołane kiedy użytkownik naciśnie lewy przycisk.
DOM Level 0. Nie jest częścią specyfikacji.
{{ languages( { "en": "en/DOM/element.onmousedown", "fr": "fr/DOM/element.onmousedown" } ) }}