Kanzi input, win32 specific implementation. More...
#include <kanzi/core/legacy/kzs_types.hpp>
#include <kanzi/core/legacy/debug/kzs_error.hpp>
#include <kanzi/core/platform/cpp/win32/windows.hpp>
Functions | |
KANZI_API kzsError | kzsInputNativeHandleMessage (struct KzsWindow *window, struct KzsEventQueue *queue, HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam, kzBool *out_handled) |
Message handler for native input. More... | |
KANZI_API kzsError | kzsWindowNativeWndProcHandler (HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam, kzBool *out_handled) |
Low-level message handler for native input. More... | |
Kanzi input, win32 specific implementation.
Copyright 2008-2017 by Rightware. All rights reserved.
KANZI_API kzsError kzsInputNativeHandleMessage | ( | struct KzsWindow * | window, |
struct KzsEventQueue * | queue, | ||
HWND | hWnd, | ||
UINT | message, | ||
WPARAM | wparam, | ||
LPARAM | lparam, | ||
kzBool * | out_handled | ||
) |
Message handler for native input.