#include "Kernel/OVR_System.h"#include "Kernel/OVR_Array.h"#include "Kernel/OVR_String.h"#include "Kernel/OVR_Timer.h"#include "Linux_Platform.h"#include "Linux_Gamepad.h"#include "../Render/Render_GL_Device.h"#include <X11/extensions/Xinerama.h>
Go to the source code of this file.
Namespaces | |
| namespace | OVR |
| namespace | OVR::Platform |
| namespace | OVR::Platform::Linux |
| namespace | OVR::Render |
| namespace | OVR::Render::GL |
| namespace | OVR::Render::GL::Linux |
Defines | |
| #define | MWM_DECOR_ALL (1L << 0) |
| #define | MWM_DECOR_BORDER (1L << 1) |
| #define | MWM_DECOR_MAXIMIZE (1L << 6) |
| #define | MWM_DECOR_MENU (1L << 4) |
| #define | MWM_DECOR_MINIMIZE (1L << 5) |
| #define | MWM_DECOR_RESIZEH (1L << 2) |
| #define | MWM_DECOR_TITLE (1L << 3) |
Functions | |
| int | main (int argc, const char *argv[]) |
| static int | OVR::Platform::Linux::MapModifiers (int xmod) |
| static KeyCode | OVR::Platform::Linux::MapXKToKeyCode (unsigned vk) |
Variables | |
| static const char * | OVR::Platform::Linux::AtomNames [] = {"WM_PROTOCOLS", "WM_DELETE_WINDOW"} |
| static int | OVR::Platform::Linux::KeyMap [][2] |
| #define MWM_DECOR_ALL (1L << 0) |
| #define MWM_DECOR_BORDER (1L << 1) |
| #define MWM_DECOR_MAXIMIZE (1L << 6) |
| #define MWM_DECOR_MENU (1L << 4) |
| #define MWM_DECOR_MINIMIZE (1L << 5) |
| #define MWM_DECOR_RESIZEH (1L << 2) |
| #define MWM_DECOR_TITLE (1L << 3) |
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
Definition at line 543 of file Linux_Platform.cpp.