[][src]Module sauron::events

https://developer.mozilla.org/en-US/docs/Web/Events

Structs

AnimationEvent

The AnimationEvent class.

HashChangeEvent

The HashChangeEvent class.

InputEvent

a custom InputEvent to contain the input string value

KeyboardEvent

The KeyboardEvent class.

MouseEvent

The MouseEvent class.

TransitionEvent

The TransitionEvent class.

Constants

HTML_EVENTS

html events

Functions

on

an event builder

on_animationend

attach an on_animationend event to the html element

on_auxclick

attach an on_auxclick event to the html element

on_blur

attach an on_blur event to the html element

on_broadcast

attach an on_broadcast event to the html element

on_change

attach an on_change event to the html element

on_click

on click event

on_contextmenu

attach an on_contextmenu event to the html element

on_dblclick

attach an on_dblclick event to the html element

on_doubleclick

attach an on_doubleclick event to the html element

on_enter

custom on_enter event, which is triggered from key_press when the Enter key is pressed

on_focus

attach an on_focus event to the html element

on_hashchange

attach an on_hashchange event to the html element

on_input

attach an on_input event to the html element

on_keydown

attach an on_keydown event to the html element

on_keypress

attach an on_keypress event to the html element

on_keyup

attach an on_keyup event to the html element

on_mousedown

attach an on_mousedown event to the html element

on_mouseenter

attach an on_mouseenter event to the html element

on_mouseleave

attach an on_mouseleave event to the html element

on_mousemove

attach an on_mousemove event to the html element

on_mouseout

attach an on_mouseout event to the html element

on_mouseover

attach an on_mouseover event to the html element

on_mouseup

attach an on_mouseup event to the html element

on_pointerlockchange

attach an on_pointerlockchange event to the html element

on_pointerlockerror

attach an on_pointerlockerror event to the html element

on_readystatechange

attach an on_readystatechange event to the html element

on_reset

attach an on_reset event to the html element

on_scroll

attach callback to the scroll event

on_select

attach an on_select event to the html element

on_submit

attach an on_submit event to the html element

on_transitionend

attach an on_transitionend event to the html element

on_wheel

attach an on_wheel event to the html element