Lines Matching refs:theEvent
715 - (void)keyDown:(NSEvent *)theEvent {
717 [super keyDown:theEvent];
719 - (void)rightMouseDragged:(NSEvent *)theEvent {
721 [self cvMouseEvent:theEvent];
723 - (void)rightMouseUp:(NSEvent *)theEvent {
725 [self cvMouseEvent:theEvent];
727 - (void)rightMouseDown:(NSEvent *)theEvent {
730 [self cvMouseEvent:theEvent];
732 - (void)mouseMoved:(NSEvent *)theEvent {
733 [self cvMouseEvent:theEvent];
735 - (void)otherMouseDragged:(NSEvent *)theEvent {
736 [self cvMouseEvent:theEvent];
738 - (void)otherMouseUp:(NSEvent *)theEvent {
739 [self cvMouseEvent:theEvent];
741 - (void)otherMouseDown:(NSEvent *)theEvent {
742 [self cvMouseEvent:theEvent];
744 - (void)mouseDragged:(NSEvent *)theEvent {
745 [self cvMouseEvent:theEvent];
747 - (void)mouseUp:(NSEvent *)theEvent {
748 [self cvMouseEvent:theEvent];
750 - (void)mouseDown:(NSEvent *)theEvent {
751 [self cvMouseEvent:theEvent];