1,079
edits
(oops, accidentally removed TODO header) |
(→TODO) |
||
Line 42: | Line 42: | ||
** what are these for (and can we remove them)?: screenToOverlayX, screenToOverlayY, overlayToScreenX, overlayToScreenY | ** what are these for (and can we remove them)?: screenToOverlayX, screenToOverlayY, overlayToScreenX, overlayToScreenY | ||
** remove getOutputSampleRate -- instead, add a private API to the mixer code to setup the sample rate (like, a param to the Mixer constructor) | ** remove getOutputSampleRate -- instead, add a private API to the mixer code to setup the sample rate (like, a param to the Mixer constructor) | ||
* Implement the [https://sourceforge.net/mailarchive/forum.php?thread_name=41C50AFD-4544-4465-BD00-C058F04BC386%40quendi.de&forum_name=scummvm-devel RFC: Flexible keymapping via new EVENT_ (post 0.10)] | |||
* Further work on the [[Modular Backends|modularization]] of OSystem | |||
=== Mixer === | |||
* Cleanup the mixer code | |||
** document the semantics of sound handles and sound ids | |||
** cleanup the API (TODO: Be more specific) | |||
== Wish list == | == Wish list == |
edits