Previous 199869 Revisions Next

r35028 Saturday 14th February, 2015 at 12:01:09 UTC by Vasantha Crabb
Seems debug views don't mark dirty on click handling
[src/osd/modules/debugger/osx]debugosxdebugview.m

trunk/src/osd/modules/debugger/osx/debugosxdebugview.m
r243539r243540
403403- (void)mouseDown:(NSEvent *)event {
404404   NSPoint const location = [self convertPoint:[event locationInWindow] fromView:nil];
405405   view->process_click(DCK_LEFT_CLICK, [self convertLocation:location]);
406   [self setNeedsDisplay:YES];
406407}
407408
408409
409410- (void)rightMouseDown:(NSEvent *)event {
410411   NSPoint const location = [self convertPoint:[event locationInWindow] fromView:nil];
411412   view->process_click(DCK_RIGHT_CLICK, [self convertLocation:location]);
413   [self setNeedsDisplay:YES];
412414   [super rightMouseDown:event];
413415}
414416


Previous 199869 Revisions Next


© 1997-2024 The MAME Team