More hats ()

* 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:
dekrain 2016-09-03 22:33:45 +02:00 committed by Tim Mickel
parent 2b84c8d0fe
commit 7caf8e588a
3 changed files with 35 additions and 3 deletions
src/engine

View file

@ -54,7 +54,7 @@ function Runtime () {
this.ioDevices = {
'clock': new Clock(),
'keyboard': new Keyboard(),
'keyboard': new Keyboard(this),
'mouse': new Mouse()
};
}