1
0
Fork 0
spectre/source/Platform/Unix
2020-10-21 12:59:55 +02:00
..
glad_glx.c Adding glad GLX 2020-10-16 19:39:27 +02:00
glad_glx.h Adding glad GLX 2020-10-16 19:39:27 +02:00
GLXContext.cpp Platform/Unix/X11SharedDisplay: pass a pointer to the display to XReleaseDisplay() just to be sure client code has a valid pointer 2020-10-17 14:18:51 +02:00
GLXContext.h source/Platform/Unix/GLXContext: Initial implementation 2020-10-16 19:39:27 +02:00
UnixApplication.cpp source/Platform/Unix: stub implementation 2020-10-16 19:39:26 +02:00
UnixApplication.h source/Platform/Unix: stub implementation 2020-10-16 19:39:26 +02:00
UnixMisc.cpp Platform/Unix/X11SharedDisplay: pass a pointer to the display to XReleaseDisplay() just to be sure client code has a valid pointer 2020-10-17 14:18:51 +02:00
UnixSystem.cpp source/Platform/Unix: stub implementation 2020-10-16 19:39:26 +02:00
X11Display.cpp WIP 2020-10-21 12:59:55 +02:00
X11Display.h Platform/Unix/X11Display: Implement showCursor() 2020-10-17 15:07:20 +02:00
X11EventQueue.cpp Platform/Unix/X11SharedDisplay: pass a pointer to the display to XReleaseDisplay() just to be sure client code has a valid pointer 2020-10-17 14:18:51 +02:00
X11EventQueue.h Platform/Unix/X11EventQueue: get and release display handle in constructor/destructor instead of every call to poll() 2020-10-16 19:39:27 +02:00
X11Input.cpp source/Platform/Unix: stub implementation 2020-10-16 19:39:26 +02:00
X11Input.h source/Platform/Unix: stub implementation 2020-10-16 19:39:26 +02:00
X11Keyboard.cpp Platform/Unix/X11SharedDisplay: pass a pointer to the display to XReleaseDisplay() just to be sure client code has a valid pointer 2020-10-17 14:18:51 +02:00
X11Keyboard.h Platform/Unix/X11Keyboard: implement isKeyDown() 2020-10-16 19:39:27 +02:00
X11Mouse.cpp Platform/Unix/X11SharedDisplay: pass a pointer to the display to XReleaseDisplay() just to be sure client code has a valid pointer 2020-10-17 14:18:51 +02:00
X11Mouse.h Platform/Unix/X11Mouse: adding a basic implementation to get things going. 2020-10-16 19:39:27 +02:00
X11SharedDisplay.cpp Platform/Unix/X11SharedDisplay: pass a pointer to the display to XReleaseDisplay() just to be sure client code has a valid pointer 2020-10-17 14:18:51 +02:00
X11SharedDisplay.h Platform/Unix/X11SharedDisplay: pass a pointer to the display to XReleaseDisplay() just to be sure client code has a valid pointer 2020-10-17 14:18:51 +02:00
X11WindowEventHandler.cpp Adding Platform/Unix/X11WindowEventHandler 2020-10-16 19:39:27 +02:00
X11WindowEventHandler.h Adding Platform/Unix/X11WindowEventHandler 2020-10-16 19:39:27 +02:00