Fixed duplicate onKeyReleased type

This commit is contained in:
Francisco Hodge
2019-08-19 08:25:21 -04:00
parent ba9c9a6a4e
commit 34d6d6a3f7
7 changed files with 5 additions and 15 deletions
-5
View File
@@ -178,11 +178,6 @@ declare module 'simple-keyboard' {
* Executes the callback function on input change. Returns the input object with all defined inputs.
*/
onChangeAll?: (inputs: any) => any;
/**
* Executes the callback function on key release.
*/
onKeyReleased?: () => void;
}
class Keyboard {