1,554
edits
(Add some more OSystem changes) |
(It should not be SDL based) |
||
Line 15: | Line 15: | ||
All above devices will subclass this backend and possibly override system-specific methods, i.e.: | All above devices will subclass this backend and possibly override system-specific methods, i.e.: | ||
SmallDevices --> WinCE | |||
--> PalmOS | |||
--> SymbianOS | |||
--> GP32 | |||
--> PSP | |||
--> Nokia770 | |||
Most functions should be virtual, so functionality could be overriden. An example is PSP which has hardware scalers, and PS2 where Lavos wants to implement 3D virtual keyboard. | |||
* It should add another level of abstraction and should let lowest level functions like input and screen blitting to be overriden. For example, PalmOS and GP32 backends do not use SDL. That shouldn't be really hard, as most functionality is in place and current SDL backend performs blitting only from 2 functions. | * It should add another level of abstraction and should let lowest level functions like input and screen blitting to be overriden. For example, PalmOS and GP32 backends do not use SDL. That shouldn't be really hard, as most functionality is in place and current SDL backend performs blitting only from 2 functions. |