mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Menu work, move VOS queue interface
This commit is contained in:
@@ -1,15 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
struct GpVOSEvent;
|
||||
#include "IGpVOSEventQueue.h"
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class HostVOSEventQueue
|
||||
class HostVOSEventQueue : public IGpVOSEventQueue
|
||||
{
|
||||
public:
|
||||
virtual const GpVOSEvent *GetNext() = 0;
|
||||
virtual void DischargeOne() = 0;
|
||||
|
||||
static void SetInstance(HostVOSEventQueue *instance);
|
||||
static HostVOSEventQueue *GetInstance();
|
||||
|
||||
|
Reference in New Issue
Block a user