To do -> TODO(NeatNit)

This commit is contained in:
NeatNit 2018-10-06 23:41:15 +03:00
parent 5d3ca5ca11
commit b288c582a7

View file

@ -53,7 +53,7 @@ std::pair<unsigned, unsigned> EmuWindow_SDL2::TouchToPixelPos(float touch_x, flo
} }
void EmuWindow_SDL2::OnFingerDown(float x, float y) { void EmuWindow_SDL2::OnFingerDown(float x, float y) {
// To do: keep track of multitouch using the fingerID and a dictionary of some kind // TODO(NeatNit): keep track of multitouch using the fingerID and a dictionary of some kind
// This isn't critical because the best we can do when we have that is to average them, like the // This isn't critical because the best we can do when we have that is to average them, like the
// 3DS does // 3DS does