commit | cedf21accfe680a46c6428939e18ce3a31663c17 | [log] [tgz] |
---|---|---|
author | Petr Blahos <petrblahos@gmail.com> | Sun Feb 14 16:36:34 2016 +0100 |
committer | Mickaƫl Schoentgen <contact@tiger-222.fr> | Sat Oct 13 14:57:40 2018 +0200 |
tree | 2117060785196919be472a1c0f7cd51c0f838919 | |
parent | eea9b6993a2dfd390141a83ba70b89ad7d2973f0 [diff] |
WindowsApiEmitter made easier to subclass. queue_events now does not call read_events directly. The call was put into a member function _read_events instead, to make it easier to replace the read_events functionality while keeping the rest of the class going.