aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/event.h
AgeCommit message (Collapse)AuthorFilesLines
2016-09-20Move entire API to pugl.hDavid Robillard1-262/+0
2016-09-19Fix compilation on WindowsDavid Robillard1-1/+2
2016-09-18Clean up documentationDavid Robillard1-18/+18
2016-09-15Make PUGL_NOTHING type 0David Robillard1-1/+1
This makes life easy in several ways, and pugl currently provides no ABI stability guarantee anyway.
2016-09-01Add PUGL_CLOSE eventDavid Robillard1-0/+10
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 Robillard1-18/+22
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 Robillard1-1/+1
2015-02-14UTF-8 keyboard input support on X11.David Robillard1-5/+35
2014-11-21Fix compilation on OSX.David Robillard1-1/+1
Use new event dispatch mechanism on OSX.
2014-09-27Improve documentation.David Robillard1-7/+1
2014-08-27Event-based dispatch.David Robillard1-0/+223