RobotUIKit API
|
#import <RUICalibrateGestureHandler.h>
Public Member Functions | |
(BOOL) | - calibrateGestureHandlerShouldAllowCalibration: |
(void) | - calibrateGestureHandlerBegan: |
(void) | - calibrateGestureHandlerEnded: |
Protocol for delegates to conform to in order to receive callbacks in changes to the calibration state.
- (void) calibrateGestureHandlerBegan: | (RUICalibrateGestureHandler *) | sender | [optional] |
Called when a calibration gesture begins successfully
- (void) calibrateGestureHandlerEnded: | (RUICalibrateGestureHandler *) | sender | [optional] |
Called when a calibration gesture ends successfully
- (BOOL) calibrateGestureHandlerShouldAllowCalibration: | (RUICalibrateGestureHandler *) | sender | [optional] |
Called when a gesture is first recognized to see if calibration should be allowed
sender | - The RUIcalibrateGestureHandler asking for permission |