Difference between revisions of "Small Devices Backend"

Jump to navigation Jump to search
222 bytes removed ,  19:52, 14 January 2006
Add some more OSystem changes
(Add OSystem changes section)
(Add some more OSystem changes)
Line 40: Line 40:


=== OSystem changes ===
=== OSystem changes ===
* Add method for bringing up keyboard. On devices with keyboard it is a no-op, on other devices it is useable when game awaits some input. Examples of this are:
** Gob1 level code input
** ITE use of magic hat (room jump)
** Different protections in many games
* Probably it's a really good time for adding more modularity to OSystem. I.e. separate these:
* Probably it's a really good time for adding more modularity to OSystem. I.e. separate these:
** Scaling
** Scaling
** Input
** Input (events)
** Drawing
** Drawing
** Timers
** Mutexes
** Sound

Navigation menu