early-access version 3161

This commit is contained in:
pineappleEA
2022-11-27 20:29:54 +01:00
parent 1f5ff5d883
commit 6b5fbca567
8 changed files with 62 additions and 14 deletions

View File

@@ -147,6 +147,9 @@ public:
/// Stop polling from all backends.
void StopMapping() const;
/// Signals SDL driver for new input events
void PumpEvents() const;
private:
struct Impl;
std::unique_ptr<Impl> impl;