listening for media keyboards, saving text and position show what you're reading

This commit is contained in:
Jeena Paradies 2010-11-18 07:47:04 +01:00
parent 925bd4a7a2
commit 277b97d7a7
9 changed files with 311 additions and 437 deletions

18
SpeakerApplication.h Normal file
View file

@ -0,0 +1,18 @@
//
// SpeakerApplication.h
// Speaker
//
// Created by Jeena on 17.11.10.
// Copyright 2010 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface SpeakerApplication : NSApplication {
}
- (void)mediaKeyEvent:(int)key state:(BOOL)state;
@end