- ChoosePixelFormat
int ChoosePixelFormat(HDC , PIXELFORMATDESCRIPTOR* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateWindowExW
HANDLE CreateWindowExW(DWORD , LPCWSTR , LPCWSTR , DWORD , int , int , int , int , HWND , HMENU , HINSTANCE , LPVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DefWindowProcW
LRESULT DefWindowProcW(HWND , UINT , WPARAM , LPARAM )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- DestroyWindow
int DestroyWindow(void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- FindWindowW
HWND FindWindowW(LPCWSTR lpClassName, LPCWSTR lpWindowName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GET_WHEEL_DELTA_WPARAM
int GET_WHEEL_DELTA_WPARAM(WPARAM w)
Undocumented in source. Be warned that the author may not have intended to support it.
- GET_X_LPARAM
int GET_X_LPARAM(LPARAM l)
Undocumented in source. Be warned that the author may not have intended to support it.
- GET_Y_LPARAM
int GET_Y_LPARAM(LPARAM l)
Undocumented in source. Be warned that the author may not have intended to support it.
- GetKeyState
short GetKeyState(int nVirtKey)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetRawInputData
UINT GetRawInputData(HRAWINPUT hRawInput, UINT uiCommand, LPVOID pData, PUINT pcbSize, UINT cbSizeHeader)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetTopWindow
HWND GetTopWindow(void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetWindow
HWND GetWindow(void* , uint )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetWindowTextW
int GetWindowTextW(HWND , LPWSTR , int )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetWindowThreadProcessId
DWORD GetWindowThreadProcessId(HWND , DWORD* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- PostMessageA
BOOL PostMessageA(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- RegisterClassW
ATOM RegisterClassW(const(WNDCLASSW)* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- RegisterRawInputDevices
BOOL RegisterRawInputDevices(RAWINPUTDEVICE* pRawInputDevices, UINT uiNumDevices, UINT cbSize)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SendNotifyMessageA
BOOL SendNotifyMessageA(HWND , UINT , WPARAM , LPARAM )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetClassLongW
DWORD SetClassLongW(HWND , int , LONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetWindowTextW
BOOL SetWindowTextW(HWND , LPCWSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SwapBuffers
BOOL SwapBuffers(HDC )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SwitchToThisWindow
void SwitchToThisWindow(HWND , BOOL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- TrackMouseEvent
BOOL TrackMouseEvent(TRACKMOUSEEVENT* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- glewInit
uint glewInit()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.