1
0
Fork 0

source/Platform/Unix: stub implementation

This commit is contained in:
Henrik Hautakoski 2019-06-01 01:13:44 +02:00
parent b0d14b91e0
commit 38d333862a
20 changed files with 498 additions and 2 deletions

View file

@ -0,0 +1,11 @@
#include "X11EventQueue.h"
namespace sp {
bool X11EventQueue::poll(Event& event)
{
return false;
}
} //namespace sp