MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / key_up

Method key_up

test/nodejs/binding.ts:351–355  ·  view source on GitHub ↗
(keycode: number)

Source from the content-addressed store, hash-verified

349 return true
350 }
351 key_up(keycode: number): maa.MaybePromise<boolean> {
352 console.log('on MyController.key_up, keycode', keycode)
353 this.count += 1
354 return true
355 }
356}
357
358async function main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected