Example #1
0
void Stage::OnLeftUp(wxMouseEvent &inEvent) {
    if (ShouldSendEvents()) {
        EventDispatcher *disp = FindEventDispatcher(inEvent.GetPosition());
        disp->DoEventLeftUp(inEvent);
    }
}