Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 279 Bytes

File metadata and controls

25 lines (13 loc) · 279 Bytes

tinky


tinky / InputHandler

Type Alias: InputHandler

InputHandler = (input, key) => void

Handler function for input events.

Parameters

input

string

key

Key

Returns

void