#ifndef __JS_MAP_TABLE_H__ #define __JS_MAP_TABLE_H__ #include #include "js_info.h" extern js_map_t js_button_map_Microntek[]; extern const UINT8 js_btn_Microntek_size; extern js_map_t js_axis_map_Microntek[]; extern const UINT8 js_axis_Microntek_size; extern js_map_t js_button_map_Twin[]; extern const UINT8 js_btn_Twin_size; extern js_map_t js_axis_map_Twin[]; extern const UINT8 js_axis_Twin_size; extern js_map_t js_button_map_MicXBox[]; extern const UINT8 js_btn_MicXBox_size; extern js_map_t js_axis_map_MicXBox[]; extern const UINT8 js_axis_MicXBox_size; extern js_map_t js_button_map_MS[]; extern const UINT8 js_btn_MS_size; extern js_map_t js_axis_map_MS[]; extern const UINT8 js_axis_MS_size; extern js_map_t js_button_map_Logitech[]; extern const UINT8 js_btn_Logitech_size; extern js_map_t js_axis_map_Logitech[]; extern const UINT8 js_axis_Logitech_size; extern js_map_t js_button_map_CYPRESS[]; extern const UINT8 js_btn_CYPRESS_size; extern js_map_t js_axis_map_CYPRESS[]; extern const UINT8 js_axis_CYPRESS_size; extern js_map_t js_axis_map_USBGamepad[]; extern const UINT8 js_axis_USBGamepad_size; extern js_map_t js_button_map_FeiZhiX9[]; extern const UINT8 js_btn_FeiZhiX9_size; #endif