Feature mappings

Name

gicFeatureMapActions, gicFeatureFindConflict : Feature mappings

Synopsis

#include <ggi/gic.h>

int gicFeatureMapActions(struct gg_stem *stem,
      struct gic_feature *feature, struct gic_action actions[]);

int gicFeatureFindConflict(struct gg_stem *stem,
      struct gic_feature *feature, struct gic_recognizer *rec,
      struct gic_recognizer **start_and_return);

Description

gicFeatureMapActions is called to reestablish the connection between the actions and the action callbacks.

In learning-mode, gicFeatureFindConflict is useful to check, if there are conflicting features.

Return value

TODO Write something useful here

See Also

TODO