Kanzi Graphics Engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
KzuInputManipulator Struct Reference

Input manipulator. More...

#include <kzu_input_manipulator.h>

Data Fields

struct KzuInputManipulatorClassmanipulatorClass
 Class of the input manipulator. More...
 
struct KzuObjectNodeobjectNode
 Object node reference. More...
 
struct KzuInputManager * inputManager
 Input manager reference. More...
 
enum KzuInputManipulatorState state
 The state of the manipulator. More...
 
kzBool handled
 The handled flag to identify input phases. More...
 
struct KzuInputManipulatorfailManipulator
 The input manipulator that has to fail for this manipulator to succeed. More...
 
struct KzuInputManipulatordependManipulator
 The input manipulator that will be notified in case this manipulator fails. More...
 

Detailed Description

Input manipulator.

Field Documentation

struct KzuInputManipulatorClass* KzuInputManipulator::manipulatorClass

Class of the input manipulator.

struct KzuObjectNode* KzuInputManipulator::objectNode

Object node reference.

struct KzuInputManager* KzuInputManipulator::inputManager

Input manager reference.

enum KzuInputManipulatorState KzuInputManipulator::state

The state of the manipulator.

kzBool KzuInputManipulator::handled

The handled flag to identify input phases.

struct KzuInputManipulator* KzuInputManipulator::failManipulator

The input manipulator that has to fail for this manipulator to succeed.

struct KzuInputManipulator* KzuInputManipulator::dependManipulator

The input manipulator that will be notified in case this manipulator fails.


The documentation for this struct was generated from the following file: