Split graphics out of EmuWindow in preparation of shared contexts

This commit is contained in:
James Rowe 2019-09-16 20:36:16 -06:00
parent db7a627a2e
commit c2e7903825
2 changed files with 65 additions and 9 deletions

View file

@ -10,6 +10,8 @@
namespace Frontend {
GraphicsContext::~GraphicsContext() = default;
class EmuWindow::TouchState : public Input::Factory<Input::TouchDevice>,
public std::enable_shared_from_this<TouchState> {
public: