source: trunk/ICeCoffEE/ICeCoffEE/ICeCoffEETrigger.h@ 256

Last change on this file since 256 was 256, checked in by Nicholas Riley, 18 years ago

Removed TextEdit support; merged new Unsanity Installer (3.6.1) and Application Enhancer (2.0.1).

File size: 472 bytes
Line 
1//
2// ICeCoffEETrigger.h
3// ICeCoffEE APE
4//
5// Created by Nicholas Riley on 5/14/05.
6// Copyright 2005 Nicholas Riley. All rights reserved.
7//
8
9#import <Cocoa/Cocoa.h>
10
11@interface ICeCoffEETrigger : NSObject {
12 NSEvent *event;
13 NSTimer *timer;
14 unsigned int characterIndex;
15 NSTextView *target;
16}
17
18+ (void)setTriggerForEvent:(NSEvent *)anEvent onTarget:(NSText<NSTextInput> *)aTarget;
19
20- (void)cancel;
21
22@end
23
24extern ICeCoffEETrigger *ICCF_sharedTrigger;
25
Note: See TracBrowser for help on using the repository browser.