class nape.callbacks.PreFlag
Available on all platforms
Enumeration of interaction states for arbiters. These values are returned * by PreListener callback handlers.
Class Fields
static var ACCEPT_ONCE:PreFlag
Value denotes interaction will occur 'this' step, and Nape will ask what * to do again in the following step if interaction is still possible.
static var IGNORE_ONCE:PreFlag
Value denotes interaction will be ignored 'this' step, and Nape will ask what * to do again in the following step if interaction is still possible.