PolyUIEvent.cpp 267 B

123456789101112131415161718192021
  1. /*
  2. * PolyUIEvent.cpp
  3. * Poly
  4. *
  5. * Created by Ivan Safrin on 7/30/08.
  6. * Copyright 2008 __MyCompanyName__. All rights reserved.
  7. *
  8. */
  9. #include "PolyUIEvent.h"
  10. using namespace Polycode;
  11. UIEvent::UIEvent() {
  12. eventType = "UIEvent";
  13. }
  14. UIEvent::~UIEvent() {
  15. }