Class ScrollAction
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class ScrollAction : MouseActionBase
Fields
| Edit this page View SourcescrollX
Declaration
[JsonProperty("scroll_x")]
public int scrollX
Field Value
| Type | Description |
|---|---|
| int |
scrollY
Declaration
[JsonProperty("scroll_y")]
public int scrollY
Field Value
| Type | Description |
|---|---|
| int |