up: ZUT     index Zimbu documentation

ENUM ZUT.EventType @public

summary

     

values

     
click 

single mouse click or touch tap (triggers when the mouse button is released)

doubleClick 

double mouse click or touch tap twice

longClick 

long mouse click or touch & hold (ca. 2 seconds)

mouseDown 

pressing the mouse button

mouseUp 

releasing the mouse button

mouseMove 

moving the mouse inside an element (no touch equivalent)

mouseOver 

when the mouse enters an element (no touch equivalent)

mouseOut 

when the mouse leaves an element (no touch equivalent)

key 

keyboard key typed (not for modifier keys)

keyDown 

keyboard key down (also for modifier keys)

keyUp 

keyboard key release (also for modifier keys)

valueChange 

element value changed

members (alphabetically)

     

license

      Copyright 2014 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0