Table of Contents

Method KeyUp

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

KeyUp(int)

Usage: KeyDown -> KeyUp.

For adb controller, keyCode is from android key event.

For win32 controller, keyCode is from windows virtual key.

For gamepad controller, keyCode is from MaaFramework.Binding.GamepadButton.

public MaaJob KeyUp(int keyCode)

Parameters

keyCode int

The code of the key.

Returns

MaaJob

A key up MaaFramework.Binding.MaaJob.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaControllerPostKeyUp(System.IntPtr,System.Int32).