Kanzi 3.9.10
kzs_input_native.h File Reference

Kanzi input, win32 specific implementation. More...

Functions

kanzi::KeyModifier getWindowsKeyModifiers (kanzi::LogicalKey key)
 
kzsError kzsInputNativeHandleMessage (kanzi::EventQueue &queue, HWND hWnd, UINT message, WPARAM wparam, LPARAM lparam, bool *out_handled)
 Message handler for native input.
 
kzsError kzsWindowNativeWndProcHandler (HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam, bool *out_handled)
 Low-level message handler for native input.
 
kanzi::LogicalKey windowsKeyToLogicalKey (WPARAM wparam, LPARAM lparam)
 

Detailed Description

Kanzi input, win32 specific implementation.

Copyright 2008-2017 by Rightware. All rights reserved.

Function Documentation

◆ windowsKeyToLogicalKey()

kanzi::LogicalKey windowsKeyToLogicalKey ( WPARAM wparam,
LPARAM lparam )

◆ getWindowsKeyModifiers()

kanzi::KeyModifier getWindowsKeyModifiers ( kanzi::LogicalKey key)

◆ kzsInputNativeHandleMessage()

kzsError kzsInputNativeHandleMessage ( kanzi::EventQueue & queue,
HWND hWnd,
UINT message,
WPARAM wparam,
LPARAM lparam,
bool * out_handled )

Message handler for native input.

◆ kzsWindowNativeWndProcHandler()

kzsError kzsWindowNativeWndProcHandler ( HWND hwnd,
UINT message,
WPARAM wparam,
LPARAM lparam,
bool * out_handled )

Low-level message handler for native input.

Expects g_activeEventQueue to be a valid input event queue.