mac: remove debug prints

This commit is contained in:
IoI_xD 2026-03-09 16:14:48 -07:00
commit dd67e42054
2 changed files with 3 additions and 3 deletions

View file

@ -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;