Table of Contents

Method KeyUp

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

KeyUp(int)

Usage: KeyDown -> KeyUp.

For adb controller, keyCode is from android key event.

For win32 controller, keyCode is from windows virtual key.

MaaJob KeyUp(int keyCode)

Parameters

keyCode int

The code of the key.

Returns

MaaJob

A key up MaaFramework.Binding.MaaJob.