listening for media keyboards, saving text and position show what you're reading
This commit is contained in:
parent
925bd4a7a2
commit
277b97d7a7
9 changed files with 311 additions and 437 deletions
18
SpeakerApplication.h
Normal file
18
SpeakerApplication.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue