mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20:50:38 +00:00
Source/NSEvent.h
Headers/gnustep/gui/NSEvent.h Source/NSResponder.m Source/NSScrollView.m git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12908 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d08fdfa221
commit
db98f96fca
5 changed files with 203 additions and 31 deletions
|
@ -289,8 +289,10 @@
|
|||
|
||||
- (void) scrollWheel: (NSEvent *)theEvent
|
||||
{
|
||||
// FIXME
|
||||
NSLog(@"Sorry, currently no support for scroll wheel.");
|
||||
if (_next_responder)
|
||||
return [_next_responder scrollWheel: theEvent];
|
||||
else
|
||||
return [self noResponderFor: @selector(scrollWheel:)];
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue