mac: remove debug prints
This commit is contained in:
parent
dccc402b3d
commit
dd67e42054
2 changed files with 3 additions and 3 deletions
|
|
@ -96,6 +96,8 @@
|
|||
|
||||
MilskoCocoaPixmap *cursorPixmap;
|
||||
NSCursor *cursor;
|
||||
|
||||
MwBool pointerLocked;
|
||||
}
|
||||
|
||||
+ (MilskoCocoa *)newWithParent:(MwLL)parent
|
||||
|
|
@ -113,7 +115,7 @@
|
|||
- (void)setW:(int)w H:(int)h;
|
||||
- (int)pending;
|
||||
- (void)eventProcess:(NSEvent *)ev;
|
||||
- (void)handleKeyEvent:(NSEvent *)ev;
|
||||
- (void)handleKeyEvent:(NSEvent *)ev ll:(MwLL)ll;
|
||||
- (void)handleMouseEvent:(NSEvent *)ev ll:(MwLL)ll;
|
||||
- (void)getNextEvent;
|
||||
- (void)setTitle:(const char *)title;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue