Searched defs:lParam (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testnativew32.c | 27 WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WndProc()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/ |
A D | VisualPng.c | 148 LPARAM lParam) in WndProc() 432 WPARAM wParam, LPARAM lParam) in AboutDlgProc()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsevents.c | 151 WindowsScanCodeToSDLScanCode(LPARAM lParam, WPARAM wParam) in WindowsScanCodeToSDLScanCode() 403 WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) in WIN_WindowProc()
|
A D | SDL_windowskeyboard.c | 260 IME_HandleMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM *lParam, SDL_VideoData *videodata) in IME_HandleMessage() 870 IME_HandleMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM *lParam, SDL_VideoData *videodata) in IME_HandleMessage()
|
A D | SDL_windowsmessagebox.c | 122 static INT_PTR MessageBoxDialogProc(HWND hDlg, UINT iMessage, WPARAM wParam, LPARAM lParam) in MessageBoxDialogProc()
|
A D | SDL_windowswindow.c | 814 static LRESULT CALLBACK SDL_HelperWindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in SDL_HelperWindowProc()
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_windowsjoystick.c | 112 SDL_PrivateJoystickDetectProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in SDL_PrivateJoystickDetectProc()
|
A D | SDL_rawinputjoystick.c | 651 LRESULT RAWINPUT_WindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) in RAWINPUT_WindowProc()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_syswm.h | 153 LPARAM lParam; /**< LONG message parameter */ member
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapijoystick.c | 150 static LRESULT CALLBACK ControllerWndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in ControllerWndProc()
|
Completed in 31 milliseconds