ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / Examples / Linux / sdk_demo / Sources / UI / ui.h
1 #ifndef _UI_H_
2 #define _UI_H_
3
4 #include <VP_Os/vp_os_types.h>
5 #include <ardrone_tool/UI/ardrone_input.h>
6
7 C_RESULT custom_reset_user_input(input_state_t* input_state, uint32_t user_input );
8 C_RESULT custom_update_user_input(input_state_t* input_state, uint32_t user_input );
9
10
11 #endif // _UI_H_