Update the web backend todo list

This commit is contained in:
Ryan Goldstein 2019-07-16 20:00:03 -07:00
parent 7b23d190b1
commit fe12996382

View file

@ -1,9 +1,6 @@
// TODO: dpi // TODO: close events (port from old stdweb branch)
// TODO: close events (stdweb PR required)
// TODO: pointer locking (stdweb PR required) // TODO: pointer locking (stdweb PR required)
// TODO: mouse wheel events (stdweb PR required) // TODO: fullscreen API (stdweb PR required)
// TODO: key event: .which() (stdweb PR)
// TODO: should there be a maximization / fullscreen API?
mod device; mod device;
mod error; mod error;