SDL Wiki

SDL 2.0 Roadmap

This is a list of features which are in progress for the SDL 2.0 release. The features are organized by subsystem and assigned to developers. Features will move around as the design evolves.

<<TableOfContents(2)>>

Video

Complete

Required

Wishlist

        setAttribute(Qt::WA_X11NetWmWindowTypeDesktop);
        setWindowFlags(Qt::SplashScreen);

        Qt::WindowFlags flags = 0;
            flags |= Qt::FramelessWindowHint;
            flags |= Qt::Tool;
            flags |= Qt::WindowStaysOnBottomHint;

Audio

Complete

Required

Wishlist

Event

Complete

Required

Wishlist

Mouse Input

Complete

Required

Wishlist

Keyboard Input

Complete

Required

   A: Key events are guaranteed to happen first

Joystick Input

Complete

Required

Multi-touch Input

Complete

Multi-threading

Complete

Timers

Complete

General

Complete

Required

Wishlist

Other details

Ryan has more information on the SDL 2.0 changes that you can find here:
http://icculus.org/cgi-bin/finger/finger.pl?user=icculus&date=2007-10-07&section=sdl13


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.