X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJMappingMenuController.h;h=33c06bb3c64f699f1c17b063ef6d2dc01d8b52db;hp=9c9432a66b00a3357f7d963241add3fda6a45110;hb=58ce8f7f50f382f18e7b416eca737803af284868;hpb=dacfcc6b0bf3bfebc89b5e6e8266da9eb36177cd diff --git a/Classes/NJMappingMenuController.h b/Classes/NJMappingMenuController.h index 9c9432a..33c06bb 100644 --- a/Classes/NJMappingMenuController.h +++ b/Classes/NJMappingMenuController.h @@ -24,7 +24,7 @@ @interface NJMappingMenuController : NSObject // Mapping menu controllers manage the contents of a menu that // shows a list of all available mappings, as well as the current - // event translation state. The menu may have other items in it as + // event simulation state. The menu may have other items in it as // well, but none at an adjacent index that also have NJMappings // as represented objects. @@ -42,8 +42,8 @@ @property (nonatomic, assign) BOOL hasKeyEquivalents; // Whether or not to add key equivalents to the menu items. -@property (nonatomic, strong) IBOutlet NSMenuItem *eventTranslationToggle; - // A menu item representing the current event translation state. +@property (nonatomic, strong) IBOutlet NSMenuItem *eventSimulationToggle; + // A menu item representing the current event simulation state. // This outlet is optional.