summaryrefslogtreecommitdiff
path: root/pugl/event.h
AgeCommit message (Collapse)Author
2016-09-20Move entire API to pugl.hDavid Robillard
2016-09-19Fix compilation on WindowsDavid Robillard
2016-09-18Clean up documentationDavid Robillard
2016-09-15Make PUGL_NOTHING type 0David Robillard
This makes life easy in several ways, and pugl currently provides no ABI stability guarantee anyway.
2016-09-01Add PUGL_CLOSE eventDavid Robillard
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.
2016-08-31Replace send_event with extensible flagsDavid Robillard
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.
2015-09-12Update copyright dates.David Robillard
2015-02-14UTF-8 keyboard input support on X11.David Robillard
2014-11-21Fix compilation on OSX.David Robillard
Use new event dispatch mechanism on OSX.
2014-09-27Improve documentation.David Robillard
2014-08-27Event-based dispatch.David Robillard