Mouse mode toggle creates really confusing situations right now, disable it.
[enjoyable.git] / NJInputPathElement.h
1 #import <Foundation/Foundation.h>
2
3 @protocol NJInputPathElement <NSObject>
4
5 - (NSArray *)children;
6 - (id <NJInputPathElement>) base;
7 - (NSString *)name;
8
9 @end