/src/backend/rt-thread/ftk_source_touch.h

http://ftk.googlecode.com/ · C Header · 18 lines · 7 code · 5 blank · 6 comment · 0 complexity · b39f257a563c3dce97326fd32b012739 MD5 · raw file

  1. /*
  2. * ftk_source_touch.h
  3. *
  4. * Created on: 2010-9-15
  5. * Author: jiaojinxing
  6. */
  7. #ifndef FTK_SOURCE_TOUCH_H_
  8. #define FTK_SOURCE_TOUCH_H_
  9. #include "ftk_event.h"
  10. #include "ftk_source.h"
  11. #define FTK_TOUCH_NAME "touch"
  12. FtkSource* ftk_source_touch_create(const char* filename, FtkOnEvent on_event, void* user_data);
  13. #endif /* FTK_SOURCE_TOUCH_H_ */