Table of Contents

Method PressKey

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

PressKey(int)

Presses a key.

public MaaJob PressKey(int keyCode)

Parameters

keyCode int

The code of the key.

Returns

MaaJob

A press key MaaFramework.Binding.MaaJob.

Remarks

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