Class ComputerAction
Inheritance
ComputerAction
Assembly: Glitch9.AIDevKit.dll
Syntax
[JsonConverter(typeof(ComputerActionConverter))]
public abstract class ComputerAction
Fields
|
Edit this page
View Source
Click
Declaration
public const string Click = "click"
Field Value
|
Edit this page
View Source
DoubleClick
Declaration
public const string DoubleClick = "double_click"
Field Value
|
Edit this page
View Source
Drag
Declaration
public const string Drag = "drag"
Field Value
|
Edit this page
View Source
KeyPress
Declaration
public const string KeyPress = "keypress"
Field Value
|
Edit this page
View Source
Move
Declaration
public const string Move = "move"
Field Value
|
Edit this page
View Source
Screenshot
Declaration
public const string Screenshot = "screenshot"
Field Value
|
Edit this page
View Source
Declaration
public const string Scroll = "scroll"
Field Value
|
Edit this page
View Source
Type
Declaration
public const string Type = "type"
Field Value
|
Edit this page
View Source
Unknown
Declaration
public const string Unknown = "unknown"
Field Value
|
Edit this page
View Source
Wait
Declaration
public const string Wait = "wait"
Field Value
|
Edit this page
View Source
type
Declaration
[JsonProperty]
public string type
Field Value
Extension Methods