-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement console demo on Mac OS with Cocoa #35
Comments
Looking at the demo code, the initialization of a window is never actually done, and the Mac OS code is |
Removing the check for 64bit that undefined the initialization, and replacing the carbon-based code that create a window to the initialization of a Cocoa The application can't terminate on it's own when you hit The quit problem seems fixable, the mouse cursor seems to be hidden by default, and the code that prints event on the console only prints a raw integer value when it gets an event. Other than that, everything seems to be working flawlessly. |
See commit f8637a8 |
Have to say that anybody with actual knowledge of Objective-C(++) and Cocoa are welcomed to help ;-) |
For other reasons, I have recently acquired an actual mac. Gonna be able to dive into this a bit more |
Any update on this?
|
No work has touched Mac support in years. Help is welcomed on that front! |
The console demo doesn't run on Mac OS X. Need to investigate.
The text was updated successfully, but these errors were encountered: