From d69e88a7b51947cc9078dcdb24f8abb667a54343 Mon Sep 17 00:00:00 2001 From: omar Date: Thu, 20 Sep 2018 10:38:36 +0200 Subject: [PATCH] Updated Help Wanted (markdown) --- Help-Wanted.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Help-Wanted.md b/Help-Wanted.md index a3f0dc2..c4138fb 100644 --- a/Help-Wanted.md +++ b/Help-Wanted.md @@ -9,6 +9,7 @@ Currently looking for help with those things: **Platform/Renderer Bindings** - Mac: imgui_impl_osx.mm need some love ([#1873](https://github.com/ocornut/imgui/issues/1873)) +- SDL: Added game controller support for navigation in imgui_impl_sdl.cpp (model it on gamepad code from imgui_impl_glfw.cpp) - Mobile, Web: Wanted: Make sure the existing OpenGL renderers are compatible with whatever WebGL / GL ES versions those platform needs, or write separate renderers if needed. - Mobile: Wanted imgui_impl_ios.cpp Platform Binding+Example for iOS (+ use existing renderer). - Mobile: Wanted imgui_impl_android.cpp Platform Binding+Example for Android (+ use existing renderer).