type
Dom.dimensions
=
{ 
int
 
x_px
, 
int
 
y_px
 }
type
Dom.event
=
{ 
Dom.dimensions
 
mouse_position_on_page
, 
 
key_code
, 
list
(
Variant
  •    
    { 
    void
     
    alt
     }
  • or 
    { 
    void
     
    ctrl
     }
  • or 
    { 
    void
     
    meta
     }
  • or 
    { 
    void
     
    shift
     }
)
 
key_modifiers
, 
option
(
Variant
  •    
    { 
    void
     
    left
     }
  • or 
    { 
    void
     
    middle
     }
  • or 
    { 
    void
     
    right
     }
  • or 
    { 
    int
     
    wheel
     }
)
 
mouse_button
, 
option
(
{ 
string
 
from
, 
string
 
to
 }
)
 
value_change
 }
type
Dom.event_option
=
Variant
type
Dom.event_propagation
=
{ 
bool
 
stop_propagation
, 
bool
 
prevent_default
 }
type
Dom.key_code
=
int

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.