Inherits From:
SCEventHandler : NSObject
Conforms To:
NSCoding
Declared In:
SCCoinHandler.h
SCCoinHandler does not override the update: method (i.e. it
inherits SCEventHandler's default implementation, which does
nothing.)
controller:(SCController *)controller handleEvent:(NSEvent *)event
Converts the NSEvent event to an SoEvent and sends it to the Coin
scenegraph by calling the SoSceneManager's processEvent() method.
Returns YES if event has been handled, NO otherwise.