source/Platform/Unix: stub implementation
This commit is contained in:
parent
4d69ff3a18
commit
6464838159
20 changed files with 498 additions and 2 deletions
18
source/Platform/Unix/X11EventQueue.h
Normal file
18
source/Platform/Unix/X11EventQueue.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
#ifndef PLATFORM_UNIX_X11_EVENT_QUEUE_H
|
||||
#define PLATFORM_UNIX_X11_EVENT_QUEUE_H
|
||||
|
||||
#include <Spectre/System/Event.h>
|
||||
#include <Platform/PlatformEventQueue.h>
|
||||
|
||||
namespace sp {
|
||||
|
||||
class X11EventQueue : public PlatformEventQueue
|
||||
{
|
||||
public :
|
||||
virtual bool poll(Event& event);
|
||||
};
|
||||
|
||||
} // namespace sp
|
||||
|
||||
#endif /* PLATFORM_UNIX_X11_EVENT_QUEUE_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue