Home
last modified time | relevance | path

Searched refs:KEY_CODE_4TH (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft5406.h49 #define KEY_CODE_4TH 3 macro
H A Dtouch_gt911.h48 #define KEY_CODE_4TH 3 macro
H A Dtouch_ft5406.c177 … device->driver->inputDev->abilitySet.keyCode[KEY_CODE_4TH] = SET_BIT(KEY_UP) | SET_BIT(KEY_DOWN); in SetAbility()
H A Dtouch_gt911.c283 … device->driver->inputDev->abilitySet.keyCode[KEY_CODE_4TH] = SET_BIT(KEY_UP) | SET_BIT(KEY_DOWN); in SetAbility()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/input_template/
H A Dinput_driver_head.template8 #define KEY_CODE_4TH 3
H A Dinput_driver_source.template92 … device->driver->inputDev->abilitySet.keyCode[KEY_CODE_4TH] = SET_BIT(KEY_UP) | SET_BIT(KEY_DOWN);