aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/event.h
AgeCommit message (Collapse)AuthorFilesLines
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