Added PlatformHelper ( moved all the Android platform helpers there ).

Fixed a couple of minor bugs.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2017-12-29 22:06:36 -03:00
parent aada050aa3
commit e28f606f38
15 changed files with 258 additions and 200 deletions

View File

@@ -436,7 +436,12 @@
../../include/eepp/window/cursor.hpp
../../include/eepp/window/clipboard.hpp
../../include/eepp/window/base.hpp
../../src/eepp/window/backend/SDL2/platformhelpersdl2.cpp
../../src/eepp/window/backend/SDL2/platformhelpersdl2.hpp
../../src/eepp/window/backend/SFML/platformhelpersfml.cpp
../../src/eepp/window/backend/SFML/platformhelpersfml.hpp
../../src/eepp/window/inputhelper.cpp
../../src/eepp/window/platformhelper.hpp
../../src/eepp/window/window.cpp
../../src/eepp/window/view.cpp
../../src/eepp/window/platformimpl.cpp