[3.4.0][魔方] 按键A由-1变成-1.2
This commit is contained in:
@@ -192,7 +192,7 @@ internal class MoFangCommandExecutor {
|
||||
handler.removeMessages(MSG_WHAT_KEY_CODE_AL)
|
||||
handler.sendMessage(Message.obtain().also {
|
||||
it.what = MSG_WHAT_KEY_CODE_A
|
||||
it.obj = -1.0
|
||||
it.obj = -1.2
|
||||
})
|
||||
linkedLog?.record(mapOf("发送[A]:${System.currentTimeMillis()}" to "${whatToString(MSG_WHAT_KEY_CODE_A)}"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user