mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
parent
23a2368980
commit
1d0d432ccb
1 changed files with 4 additions and 0 deletions
|
@ -560,6 +560,10 @@ rpc_resizewindow(Client *c, Rectangle r)
|
|||
[self sendmouse:0];
|
||||
}
|
||||
|
||||
- (void)windowDidResignKey:(id)arg {
|
||||
gfx_abortcompose(self.client);
|
||||
}
|
||||
|
||||
- (void)mouseMoved:(NSEvent*)e{ [self getmouse:e];}
|
||||
- (void)mouseDown:(NSEvent*)e{ [self getmouse:e];}
|
||||
- (void)mouseDragged:(NSEvent*)e{ [self getmouse:e];}
|
||||
|
|
Loading…
Reference in a new issue