mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-27 09:22:53 +00:00
add interface
Signed-off-by: hungry_feiwei <huxiao31@huawei.com>
This commit is contained in:
parent
bd40c13f76
commit
bc3713d474
5
api/@ohos.multimodalInput.inputDevice.d.ts
vendored
5
api/@ohos.multimodalInput.inputDevice.d.ts
vendored
@ -29,7 +29,10 @@ declare namespace inputDevice {
|
||||
|
||||
type SourceType = 'keyboard' | 'mouse' | 'touchpad' | 'touchscreen' | 'joystick' | 'trackball';
|
||||
|
||||
type AxisType = 'touchMajor' | 'touchMinor' | 'orientation' | 'x' | 'y' | 'pressure' | 'toolMinor' | 'touchMajor';
|
||||
/**
|
||||
* @since 9
|
||||
*/
|
||||
type AxisType = 'touchMajor' | 'touchMinor' | 'orientation' | 'x' | 'y' | 'pressure' | 'toolMinor' | 'touchMajor' | 'NULL';
|
||||
|
||||
enum KeyboardType {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user