All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
kzu_input_manager.h File Reference

Input manager. More...

Classes

struct  kanzi::KzuInputTouchPoint
 Touch point description. More...
 
struct  kanzi::KzuInputManager
 Input manager. More...
 

Namespaces

 kanzi
 

Macros

#define KZU_INPUT_MANAGER_MAX_TOUCH_POINTS
 Maximum supported number of touch points. More...
 
#define KZU_INPUT_TOUCH_INVALID_ID
 Invalid touch point identifier. More...
 

Enumerations

enum  kanzi::KzuInputTouchPointState { kanzi::KZU_INPUT_TOUCH_POINT_STATE_DOWN, kanzi::KZU_INPUT_TOUCH_POINT_STATE_STATIONARY, kanzi::KZU_INPUT_TOUCH_POINT_STATE_MOVE, kanzi::KZU_INPUT_TOUCH_POINT_STATE_UP }
 Touch point state. More...
 

Detailed Description

Input manager.

Copyright 2008-2020 by Rightware. All rights reserved.

Macro Definition Documentation

#define KZU_INPUT_MANAGER_MAX_TOUCH_POINTS

Maximum supported number of touch points.

#define KZU_INPUT_TOUCH_INVALID_ID

Invalid touch point identifier.