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
 }
The type of an event sent by the browserNote: this type will be extended in type. Don't depend on it having a fixed set of fields.

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.