package com.seewo.libmcuservice.constant;

/* JADX INFO: loaded from: classes.dex */
public class IKeyBoardControlConstants {
    public static final int ACTION_KEY_CLICK = 1;
    public static final int ACTION_KEY_DOWN = 2;
    public static final int ACTION_KEY_UP = 3;
    public static final String KEY_CONTROL_KEY = "KEY_CONTROL_KEY";
    public static final String KEY_FUNCTION_KEY = "KEY_FUNCTION_KEY";
    public static final String KEY_INTERVALS_TIME = "KEY_INTERVALS_TIME";

    private IKeyBoardControlConstants() {
    }
}
