UNPKG

ziko

Version:

A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...

14 lines (13 loc) 335 B
export function key_details_setter(){ switch(this.currentEvent){ case "keydown" : { this.kd = this.event.key }; break; case "keypress" : { this.kp = this.event.key }; break; case "keyup" : { this.ku = this.event.key }; break; } }