Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Tim Abraldes ed252e0c72 Clean up MIDP foreground info
Create an `FG` module inside of `MIDP` that keeps track of the
foreground isolate ID and the foreground display ID. Send native events
through a `FG` function so that we always properly check that the
display ID and isolate ID are valid.

Make the gamepad buttons send both press and release events. Use
mousedown and mouseup events instead of touchstart events.

Remove the unused SCREEN_REPAINT_EVENT constant.

Rename `MIDP.keyPress` and `MIDP.keyRelease` to `MIDP.send*`. This is
more consistent with other similar functions.

Remove the `MIDP.displayId` property.
2015-05-07 14:26:21 -07:00
Andreas Gal 239ff96b4c whitespace fixes 2014-08-05 22:11:32 -07:00
Donovan Preston ca0b7d160b Add a manifest.webapp; add buttons to the phone ui 2014-08-05 23:39:42 -04:00