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

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

  1. /*
  2. * ftk_source_touch.h
  3. *
  4. * Created on: 2011-5-23
  5. * Author: Yi.Qiu
  6. */
  7. #ifndef FTK_SOURCE_INPUT_H_
  8. #define FTK_SOURCE_INPUT_H_
  9. #include "ftk_event.h"
  10. #include "ftk_source.h"
  11. #define FTK_INPUT_NAME "key"
  12. FtkSource* ftk_source_input_create(const char* filename, FtkOnEvent on_event, void* user_data);
  13. #endif /* FTK_SOURCE_INPUT_H_ */