This commit is contained in:
zyronon
2023-11-03 18:52:42 +08:00
parent c8413334e5
commit 0933013755
12 changed files with 138 additions and 124 deletions

View File

@@ -10,4 +10,8 @@ export const EventKey = {
keydown: 'keydown',
keyup: 'keyup',
onTyping: 'onTyping',
repeat: 'repeat',
next: 'next',
write: 'write',
restart: 'restart'
}