Browse Subversion Repository
Contents of /trunk/Classes/NSEventAdditions.h
Parent Directory
| Revision Log
Revision 76 -
( show annotations)
( download)
( as text)
Wed May 17 16:01:22 2017 UTC
(6 years, 10 months ago)
by toshinagata1964
File MIME type: text/x-chdr
File size: 705 byte(s)
Behavior of scroll wheel is greatly improved.
| 1 |
// |
| 2 |
// NSEventAdditions.h |
| 3 |
// |
| 4 |
// Created by Toshi Nagata on Sun Apr 25 2004. |
| 5 |
// |
| 6 |
/* |
| 7 |
Copyright (c) 2004-2017 Toshi Nagata. All rights reserved. |
| 8 |
|
| 9 |
This program is free software; you can redistribute it and/or modify |
| 10 |
it under the terms of the GNU General Public License as published by |
| 11 |
the Free Software Foundation version 2 of the License. |
| 12 |
|
| 13 |
This program is distributed in the hope that it will be useful, |
| 14 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 |
GNU General Public License for more details. |
| 17 |
*/ |
| 18 |
|
| 19 |
#import <Cocoa/Cocoa.h> |
| 20 |
|
| 21 |
@interface NSEvent (MyEventAddition) |
| 22 |
- (NSEvent *)mouseEventWithLocation: (NSPoint)pt; |
| 23 |
@end |
|