mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 19:37:59 -05:00
input_common: Pump sdl events from main thread
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user