Hide CaptureThread event mask, only used internally.

This commit is contained in:
Jared Boone 2016-06-19 11:20:45 -07:00
parent 0da48b099c
commit dbc2a5c9ea
3 changed files with 5 additions and 4 deletions

View file

@ -44,7 +44,6 @@ constexpr auto EVT_MASK_SWITCHES = EVENT_MASK(3);
constexpr auto EVT_MASK_ENCODER = EVENT_MASK(4);
constexpr auto EVT_MASK_TOUCH = EVENT_MASK(5);
constexpr auto EVT_MASK_APPLICATION = EVENT_MASK(6);
constexpr auto EVT_MASK_CAPTURE_THREAD = EVENT_MASK(7);
class EventDispatcher {
public: