aboutsummaryrefslogtreecommitdiff
path: root/src/client/clientevent.h
Commit message (Collapse)AuthorAge
* Clientevent refactor (#6320)Loïc Blot2017-08-28
* Refactor clientevent structure * Move structure outside of client header * Create client events on heap not stack, this remove the ClientEvent object copy * Use clientEventHandler to route events