#include "internal.h"
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
#include <windowsx.h>
#include <shellapi.h>
Go to the source code of this file.
#define _GLFW_KEY_INVALID -2 |
Definition at line 36 of file win32_window.c.
#define _GLFW_WNDCLASSNAME L"GLFW30" |
Definition at line 38 of file win32_window.c.
Definition at line 753 of file win32_window.c.
Definition at line 787 of file win32_window.c.
static int createWindow | ( | _GLFWwindow * | window, |
const _GLFWwndconfig * | wndconfig, | ||
const _GLFWctxconfig * | ctxconfig, | ||
const _GLFWfbconfig * | fbconfig | ||
) | [static] |
Definition at line 650 of file win32_window.c.
static void destroyWindow | ( | _GLFWwindow * | window | ) | [static] |
Definition at line 735 of file win32_window.c.
static void disableCursor | ( | _GLFWwindow * | window | ) | [static] |
Definition at line 100 of file win32_window.c.
static GLboolean enterFullscreenMode | ( | _GLFWwindow * | window | ) | [static] |
Definition at line 238 of file win32_window.c.
static int getAsyncKeyMods | ( | void | ) | [static] |
Definition at line 176 of file win32_window.c.
static void getFullWindowSize | ( | _GLFWwindow * | window, |
int | clientWidth, | ||
int | clientHeight, | ||
int * | fullWidth, | ||
int * | fullHeight | ||
) | [static] |
Definition at line 637 of file win32_window.c.
static int getKeyMods | ( | void | ) | [static] |
Definition at line 158 of file win32_window.c.
static DWORD getWindowExStyle | ( | const _GLFWwindow * | window | ) | [static] |
Definition at line 62 of file win32_window.c.
static DWORD getWindowStyle | ( | const _GLFWwindow * | window | ) | [static] |
Definition at line 43 of file win32_window.c.
GLFWAPI HWND glfwGetWin32Window | ( | GLFWwindow * | handle | ) |
Definition at line 1306 of file win32_window.c.
static void hideCursor | ( | _GLFWwindow * | window | ) | [static] |
Definition at line 85 of file win32_window.c.
static void leaveFullscreenMode | ( | _GLFWwindow * | window | ) | [static] |
Definition at line 257 of file win32_window.c.
static void restoreCursor | ( | _GLFWwindow * | window | ) | [static] |
Definition at line 115 of file win32_window.c.
static LPWSTR translateCursorShape | ( | int | shape | ) | [static] |
Definition at line 135 of file win32_window.c.
static int translateKey | ( | WPARAM | wParam, |
LPARAM | lParam | ||
) | [static] |
Definition at line 194 of file win32_window.c.
static void updateClipRect | ( | _GLFWwindow * | window | ) | [static] |
Definition at line 74 of file win32_window.c.
static LRESULT CALLBACK windowProc | ( | HWND | hWnd, |
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam | ||
) | [static] |
Definition at line 264 of file win32_window.c.