kzs_input_native.h File Reference

Kanzi input, win32 specific implementation. More...

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...
 

Detailed Description

Kanzi input, win32 specific implementation.

Copyright 2008-2017 by Rightware. All rights reserved.

Function Documentation

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.

KANZI_API kzsError kzsWindowNativeWndProcHandler ( HWND  hwnd,
UINT  message,
WPARAM  wparam,
LPARAM  lparam,
kzBool out_handled 
)

Low-level message handler for native input.

Expects g_activeEventQueue to be a valid input event queue.