mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-01 08:59:51 -04:00
More hats (#143)
* Key pressed hat * Tabs -> Spaces * Oops * Edge activate * Fix hat Phew... * I forgot to change it also here :/ :/ :\ * Minor fixes for TravisCi * Minor docs * Line length
This commit is contained in:
parent
2b84c8d0fe
commit
7caf8e588a
3 changed files with 35 additions and 3 deletions
src/engine
|
@ -54,7 +54,7 @@ function Runtime () {
|
|||
|
||||
this.ioDevices = {
|
||||
'clock': new Clock(),
|
||||
'keyboard': new Keyboard(),
|
||||
'keyboard': new Keyboard(this),
|
||||
'mouse': new Mouse()
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue