Feature mappings
Name
gicFeatureMapActions, gicFeatureFindConflict : Feature mappings
Synopsis
#include <ggi/gic.h> int gicFeatureMapActions(gic_handle_t hand, gic_feature *feature, gic_actionlist *actions); int gicFeatureFindConflict(gic_handle_t hand, gic_feature *feature, gic_recognizer *rec, 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