dplug.window.win32window

Win32 window implementation.

Members

Aliases

DPI_AWARENESS_CONTEXT
alias DPI_AWARENESS_CONTEXT = void*
Undocumented in source.
DPI_HOSTING_BEHAVIOR
alias DPI_HOSTING_BEHAVIOR = int
Undocumented in source.

Classes

Win32Window
class Win32Window
Undocumented in source.

Enums

DPI_AWARENESS_CONTEXT_UNSUPPORTED
anonymousenum DPI_AWARENESS_CONTEXT_UNSUPPORTED
Undocumented in source.
DPI_HOSTING_UNSUPPORTED
anonymousenum DPI_HOSTING_UNSUPPORTED
Undocumented in source.

Functions

LowLevelMouseProc
LRESULT LowLevelMouseProc(int nCode, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
getModuleHandle
HINSTANCE getModuleHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
keyState
SHORT keyState(int vk)
Undocumented in source. Be warned that the author may not have intended to support it.
mouseCursorToCursorId
HCURSOR mouseCursorToCursorId(MouseCursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
vkToKey
Key vkToKey(WPARAM vk, bool shiftPressed)
Undocumented in source. Be warned that the author may not have intended to support it.
windowProcCallback
LRESULT windowProcCallback(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

DPISupportWin32
enum DPISupportWin32;
Undocumented in source.

Static functions

IsChildWindow
bool IsChildWindow(HWND pWnd)
Undocumented in source. Be warned that the author may not have intended to support it.
getMouseState
MouseState getMouseState(WPARAM wParam)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta