Age | Commit message (Collapse) | Author | Files | Lines |
|
This allows purely event-driven applications to handle window close.
Something more extensible for WM message seems like it might be a good
idea here, but I can't think of specific uses, so this will do.
|
|
This is currently functionally equivalent, but taking up space in the
event struct for a single bool which could be used for 32 flags for any
number of things that might show up in the future seems like a very bad
idea.
|
|
|
|
|
|
Use new event dispatch mechanism on OSX.
|
|
|
|
|