Flutter Engine
The Flutter Engine
|
#include "tools/sk_app/win/Window_win.h"
#include <tchar.h>
#include <windows.h>
#include <windowsx.h>
#include "src/base/SkUTF.h"
#include "tools/window/WindowContext.h"
#include "tools/window/win/WindowContextFactory_win.h"
#include "tools/skui/ModifierKey.h"
Go to the source code of this file.
Namespaces | |
namespace | sk_app |
Functions | |
LRESULT CALLBACK | sk_app::WndProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) |
static skui::Key | sk_app::get_key (WPARAM vk) |
static skui::ModifierKey | sk_app::get_modifiers (UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
static int | sk_app::gWindowX = CW_USEDEFAULT |
static int | sk_app::gWindowY = 0 |
static int | sk_app::gWindowWidth = CW_USEDEFAULT |
static int | sk_app::gWindowHeight = 0 |