diff --git a/docs/classes/assert.html b/docs/classes/assert.html index d8d8241..40b2144 100644 --- a/docs/classes/assert.html +++ b/docs/classes/assert.html @@ -102,7 +102,7 @@
  • Parameters

    @@ -128,7 +128,7 @@
  • Parameters

    @@ -157,7 +157,7 @@
  • Parameters

    diff --git a/docs/classes/bresenham.html b/docs/classes/bresenham.html index c833268..b2303e7 100644 --- a/docs/classes/bresenham.html +++ b/docs/classes/bresenham.html @@ -95,7 +95,7 @@
  • Parameters

    diff --git a/docs/classes/clipboard.html b/docs/classes/clipboard.html index f30ef3e..fc39b4f 100644 --- a/docs/classes/clipboard.html +++ b/docs/classes/clipboard.html @@ -109,7 +109,7 @@
  • @@ -145,7 +145,7 @@
  • @@ -176,7 +176,7 @@
  • diff --git a/docs/classes/clipboardaction.html b/docs/classes/clipboardaction.html index 70ee244..98fc020 100644 --- a/docs/classes/clipboardaction.html +++ b/docs/classes/clipboardaction.html @@ -110,7 +110,7 @@
  • Returns ClipboardAction

    @@ -131,7 +131,7 @@

    Returns Promise<boolean>

    @@ -149,7 +149,7 @@

    Parameters

    @@ -173,7 +173,7 @@

    Returns Promise<boolean>

    @@ -191,7 +191,7 @@

    Returns Promise<string>

    diff --git a/docs/classes/image.html b/docs/classes/image.html index d30ea89..1432236 100644 --- a/docs/classes/image.html +++ b/docs/classes/image.html @@ -118,7 +118,7 @@
  • @@ -190,7 +190,7 @@
    channels: number
    @@ -205,7 +205,7 @@
    data: any
    @@ -220,7 +220,7 @@
    height: number
    @@ -235,7 +235,7 @@
    pixelDensity: { scaleX: number; scaleY: number }
    @@ -261,7 +261,7 @@
    width: number
    @@ -283,7 +283,7 @@
  • diff --git a/docs/classes/imagereader.html b/docs/classes/imagereader.html index 820c3b3..e475093 100644 --- a/docs/classes/imagereader.html +++ b/docs/classes/imagereader.html @@ -102,7 +102,7 @@

    Parameters

    diff --git a/docs/classes/imagewriter.html b/docs/classes/imagewriter.html index 7615be5..a9864a5 100644 --- a/docs/classes/imagewriter.html +++ b/docs/classes/imagewriter.html @@ -101,7 +101,7 @@
  • Parameters

    diff --git a/docs/classes/keyboard.html b/docs/classes/keyboard.html index 54fa97c..635fd34 100644 --- a/docs/classes/keyboard.html +++ b/docs/classes/keyboard.html @@ -116,7 +116,7 @@
  • @@ -152,7 +152,7 @@
  • @@ -190,7 +190,7 @@
  • @@ -228,7 +228,7 @@
  • @@ -264,7 +264,7 @@
    config: object
    @@ -278,7 +278,7 @@
    autoDelayMs: number = 300
    diff --git a/docs/classes/keyboardaction.html b/docs/classes/keyboardaction.html index 2afa052..57768a5 100644 --- a/docs/classes/keyboardaction.html +++ b/docs/classes/keyboardaction.html @@ -118,7 +118,7 @@
  • Returns KeyboardAction

    @@ -134,7 +134,7 @@
    KeyLookupMap: Map<Key, null | string> = new Map<Key, string | null>([[Key.A, "a"],[Key.B, "b"],[Key.C, "c"],[Key.D, "d"],[Key.E, "e"],[Key.F, "f"],[Key.G, "g"],[Key.H, "h"],[Key.I, "i"],[Key.J, "j"],[Key.K, "k"],[Key.L, "l"],[Key.M, "m"],[Key.N, "n"],[Key.O, "o"],[Key.P, "p"],[Key.Q, "q"],[Key.R, "r"],[Key.S, "s"],[Key.T, "t"],[Key.U, "u"],[Key.V, "v"],[Key.W, "w"],[Key.X, "x"],[Key.Y, "y"],[Key.Z, "z"],[Key.F1, "f1"],[Key.F2, "f2"],[Key.F3, "f3"],[Key.F4, "f4"],[Key.F5, "f5"],[Key.F6, "f6"],[Key.F7, "f7"],[Key.F8, "f8"],[Key.F9, "f9"],[Key.F10, "f10"],[Key.F11, "f11"],[Key.F12, "f12"],[Key.Num0, "0"],[Key.Num1, "1"],[Key.Num2, "2"],[Key.Num3, "3"],[Key.Num4, "4"],[Key.Num5, "5"],[Key.Num6, "6"],[Key.Num7, "7"],[Key.Num8, "8"],[Key.Num9, "9"],[Key.NumPad0, "numpad_0"],[Key.NumPad1, "numpad_1"],[Key.NumPad2, "numpad_2"],[Key.NumPad3, "numpad_3"],[Key.NumPad4, "numpad_4"],[Key.NumPad5, "numpad_5"],[Key.NumPad6, "numpad_6"],[Key.NumPad7, "numpad_7"],[Key.NumPad8, "numpad_8"],[Key.NumPad9, "numpad_9"],[Key.Space, "space"],[Key.Escape, "escape"],[Key.Tab, "tab"],[Key.LeftAlt, "alt"],[Key.LeftControl, "control"],[Key.RightAlt, "alt"],[Key.RightControl, "control"],[Key.LeftShift, "shift"],[Key.LeftSuper, "command"],[Key.RightShift, "space"],[Key.RightSuper, "command"],[Key.Grave, "~"],[Key.Minus, "-"],[Key.Equal, "="],[Key.Backspace, "backspace"],[Key.LeftBracket, "["],[Key.RightBracket, "]"],[Key.Backslash, "\\"],[Key.Semicolon, ";"],[Key.Quote, "'"],[Key.Return, "enter"],[Key.Comma, ","],[Key.Period, "."],[Key.Slash, "/"],[Key.Left, "left"],[Key.Up, "up"],[Key.Right, "right"],[Key.Down, "down"],[Key.Print, "printscreen"],[Key.Pause, null],[Key.Insert, "insert"],[Key.Delete, null],[Key.Home, "home"],[Key.End, "end"],[Key.PageUp, "pageup"],[Key.PageDown, "pagedown"],[Key.Add, null],[Key.Subtract, null],[Key.Multiply, null],[Key.Divide, null],[Key.Decimal, null],[Key.Enter, "enter"],[Key.CapsLock, null],[Key.ScrollLock, null],[Key.NumLock, null],])
    @@ -152,7 +152,7 @@

    Parameters

    @@ -176,7 +176,7 @@

    Parameters

    @@ -200,7 +200,7 @@

    Parameters

    @@ -224,7 +224,7 @@

    Parameters

    @@ -248,7 +248,7 @@

    Parameters

    @@ -271,7 +271,7 @@
  • Parameters

    diff --git a/docs/classes/linehelper.html b/docs/classes/linehelper.html index 1c4b1ff..465d965 100644 --- a/docs/classes/linehelper.html +++ b/docs/classes/linehelper.html @@ -101,7 +101,7 @@
  • Returns LineHelper

    @@ -121,7 +121,7 @@
  • Parameters

    diff --git a/docs/classes/matchrequest.html b/docs/classes/matchrequest.html index 779ab16..6dc84ab 100644 --- a/docs/classes/matchrequest.html +++ b/docs/classes/matchrequest.html @@ -105,7 +105,7 @@
  • Parameters

    @@ -139,7 +139,7 @@
    confidence: number
    @@ -149,7 +149,7 @@
    haystack: Image
    @@ -159,7 +159,7 @@
    pathToNeedle: string
    @@ -169,7 +169,7 @@
    searchMultipleScales: boolean
    @@ -179,7 +179,7 @@
    searchRegion: Region
    diff --git a/docs/classes/matchresult.html b/docs/classes/matchresult.html index fe6b481..91e45de 100644 --- a/docs/classes/matchresult.html +++ b/docs/classes/matchresult.html @@ -107,7 +107,7 @@
  • Parameters

    @@ -132,7 +132,7 @@
    confidence: number
    @@ -142,7 +142,7 @@
    location: Region
    diff --git a/docs/classes/mouse.html b/docs/classes/mouse.html index c2e335a..9527f64 100644 --- a/docs/classes/mouse.html +++ b/docs/classes/mouse.html @@ -125,7 +125,7 @@
  • @@ -161,7 +161,7 @@
  • @@ -193,7 +193,7 @@
  • @@ -215,7 +215,7 @@
  • @@ -237,7 +237,7 @@
  • @@ -274,7 +274,7 @@
  • @@ -305,7 +305,7 @@
  • @@ -336,7 +336,7 @@
  • @@ -358,7 +358,7 @@
  • @@ -390,7 +390,7 @@
  • @@ -422,7 +422,7 @@
  • @@ -454,7 +454,7 @@
  • @@ -486,7 +486,7 @@
  • @@ -516,7 +516,7 @@
    config: object
    @@ -530,7 +530,7 @@
    autoDelayMs: number = 100
    @@ -545,7 +545,7 @@
    mouseSpeed: number = 1000
    diff --git a/docs/classes/mouseaction.html b/docs/classes/mouseaction.html index faa693e..ac7451a 100644 --- a/docs/classes/mouseaction.html +++ b/docs/classes/mouseaction.html @@ -119,7 +119,7 @@
  • Returns MouseAction

    @@ -140,7 +140,7 @@

    Returns Promise<Point>

    @@ -158,7 +158,7 @@

    Returns Promise<void>

    @@ -176,7 +176,7 @@

    Returns Promise<void>

    @@ -194,7 +194,7 @@

    Parameters

    @@ -218,7 +218,7 @@

    Parameters

    @@ -242,7 +242,7 @@

    Returns Promise<void>

    @@ -260,7 +260,7 @@

    Parameters

    @@ -284,7 +284,7 @@

    Parameters

    @@ -308,7 +308,7 @@

    Parameters

    @@ -332,7 +332,7 @@

    Parameters

    @@ -356,7 +356,7 @@

    Parameters

    @@ -380,7 +380,7 @@

    Parameters

    @@ -403,7 +403,7 @@
  • Parameters

    diff --git a/docs/classes/nativeadapter.html b/docs/classes/nativeadapter.html index e431d99..5e875cb 100644 --- a/docs/classes/nativeadapter.html +++ b/docs/classes/nativeadapter.html @@ -96,6 +96,10 @@
  • click
  • copy
  • currentMousePosition
  • +
  • getActiveWindow
  • +
  • getWindowRegion
  • +
  • getWindowTitle
  • +
  • getWindows
  • leftClick
  • middleClick
  • paste
  • @@ -123,13 +127,13 @@

    constructor

    Returns NativeAdapter

    @@ -181,7 +193,7 @@
  • @@ -212,7 +224,7 @@
  • @@ -243,7 +255,7 @@
  • @@ -256,6 +268,104 @@
  • +
    + +

    getActiveWindow

    + + +
    +
    + +

    getWindowRegion

    + + +
    +
    + +

    getWindowTitle

    + + +
    +
    + +

    getWindows

    + + +

    leftClick

    @@ -266,7 +376,7 @@
  • @@ -288,7 +398,7 @@
  • @@ -310,7 +420,7 @@
  • @@ -333,7 +443,7 @@
  • @@ -364,7 +474,7 @@
  • @@ -395,7 +505,7 @@
  • @@ -426,7 +536,7 @@
  • @@ -457,7 +567,7 @@
  • @@ -479,7 +589,7 @@
  • @@ -510,7 +620,7 @@
  • @@ -541,7 +651,7 @@
  • @@ -572,7 +682,7 @@
  • @@ -603,7 +713,7 @@
  • @@ -634,7 +744,7 @@
  • @@ -665,7 +775,7 @@
  • @@ -696,7 +806,7 @@
  • @@ -746,6 +856,18 @@
  • currentMousePosition
  • +
  • + getActiveWindow +
  • +
  • + getWindowRegion +
  • +
  • + getWindowTitle +
  • +
  • + getWindows +
  • leftClick
  • diff --git a/docs/classes/optionalsearchparameters.html b/docs/classes/optionalsearchparameters.html index 5cd0f7f..c5b9784 100644 --- a/docs/classes/optionalsearchparameters.html +++ b/docs/classes/optionalsearchparameters.html @@ -109,7 +109,7 @@
  • @@ -149,7 +149,7 @@
    confidence: undefined | number
    @@ -164,7 +164,7 @@
    searchRegion: Region
    diff --git a/docs/classes/point.html b/docs/classes/point.html index f8601ce..ce991d7 100644 --- a/docs/classes/point.html +++ b/docs/classes/point.html @@ -108,7 +108,7 @@
  • Parameters

    @@ -133,7 +133,7 @@
    x: number
  • @@ -143,7 +143,7 @@
    y: number
    @@ -160,7 +160,7 @@
  • Returns string

    diff --git a/docs/classes/region.html b/docs/classes/region.html index a0c899a..a0fd199 100644 --- a/docs/classes/region.html +++ b/docs/classes/region.html @@ -112,7 +112,7 @@
  • Parameters

    @@ -143,7 +143,7 @@
    height: number
    @@ -153,7 +153,7 @@
    left: number
    @@ -163,7 +163,7 @@
    top: number
    @@ -173,7 +173,7 @@
    width: number
    @@ -190,7 +190,7 @@
  • Returns number

    @@ -207,7 +207,7 @@
  • Returns string

    @@ -224,7 +224,7 @@
  • Parameters

    diff --git a/docs/classes/scaledmatchresult.html b/docs/classes/scaledmatchresult.html index 52ea864..085846d 100644 --- a/docs/classes/scaledmatchresult.html +++ b/docs/classes/scaledmatchresult.html @@ -109,7 +109,7 @@

    Parameters

    @@ -138,7 +138,7 @@ @@ -149,7 +149,7 @@ @@ -159,7 +159,7 @@
    scale: number
    diff --git a/docs/classes/screen.html b/docs/classes/screen.html index 3f9b2a4..104a816 100644 --- a/docs/classes/screen.html +++ b/docs/classes/screen.html @@ -120,7 +120,7 @@
  • @@ -164,7 +164,7 @@
  • @@ -219,7 +219,7 @@
  • @@ -256,7 +256,7 @@
  • @@ -280,7 +280,7 @@
  • @@ -311,7 +311,7 @@
  • @@ -348,7 +348,7 @@
  • @@ -391,7 +391,7 @@
  • @@ -414,7 +414,7 @@
    config: object
    @@ -428,7 +428,7 @@
    autoHighlight: boolean = false
    @@ -443,7 +443,7 @@
    confidence: number = 0.99
    @@ -458,7 +458,7 @@
    highlightDurationMs: number = 500
    @@ -473,7 +473,7 @@
    highlightOpacity: number = 0.25
    @@ -488,7 +488,7 @@
    resourceDirectory: string = cwd()
    diff --git a/docs/classes/screenaction.html b/docs/classes/screenaction.html index fb64e2b..f04c706 100644 --- a/docs/classes/screenaction.html +++ b/docs/classes/screenaction.html @@ -112,7 +112,7 @@
  • Returns ScreenAction

    @@ -133,7 +133,7 @@

    Returns Promise<Image>

    @@ -151,7 +151,7 @@

    Parameters

    @@ -175,7 +175,7 @@

    Parameters

    @@ -205,7 +205,7 @@

    Returns Promise<number>

    @@ -223,7 +223,7 @@

    Returns Promise<Region>

    @@ -241,7 +241,7 @@

    Returns Promise<number>

    diff --git a/docs/classes/templatematchingfinder.html b/docs/classes/templatematchingfinder.html index 6445fe1..8898039 100644 --- a/docs/classes/templatematchingfinder.html +++ b/docs/classes/templatematchingfinder.html @@ -108,7 +108,7 @@
  • Parameters

    @@ -134,7 +134,7 @@
  • Parameters

    @@ -160,7 +160,7 @@
  • Parameters

    diff --git a/docs/classes/visionadapter.html b/docs/classes/visionadapter.html index 9ece118..a3907c9 100644 --- a/docs/classes/visionadapter.html +++ b/docs/classes/visionadapter.html @@ -118,7 +118,7 @@
  • @@ -170,7 +170,7 @@
  • @@ -204,7 +204,7 @@
  • @@ -227,7 +227,7 @@
  • @@ -259,7 +259,7 @@
  • @@ -302,7 +302,7 @@
  • @@ -339,7 +339,7 @@
  • @@ -364,7 +364,7 @@
  • @@ -389,7 +389,7 @@
  • diff --git a/docs/enums/button.html b/docs/enums/button.html index 871d20a..b005b6a 100644 --- a/docs/enums/button.html +++ b/docs/enums/button.html @@ -92,7 +92,7 @@
    LEFT:
    @@ -102,7 +102,7 @@
    MIDDLE:
    @@ -112,7 +112,7 @@
    RIGHT:
    diff --git a/docs/enums/filetype.html b/docs/enums/filetype.html index d62a591..81edf80 100644 --- a/docs/enums/filetype.html +++ b/docs/enums/filetype.html @@ -91,7 +91,7 @@
    JPG: = ".jpg"
    @@ -101,7 +101,7 @@
    PNG: = ".png"
    diff --git a/docs/enums/key.html b/docs/enums/key.html index d0ef927..7022ab2 100644 --- a/docs/enums/key.html +++ b/docs/enums/key.html @@ -192,7 +192,7 @@
    A:
    @@ -202,7 +202,7 @@
    Add:
    @@ -212,7 +212,7 @@
    B:
    @@ -222,7 +222,7 @@
    Backslash:
    @@ -232,7 +232,7 @@
    Backspace:
    @@ -242,7 +242,7 @@
    C:
    @@ -252,7 +252,7 @@
    CapsLock:
    @@ -262,7 +262,7 @@
    Comma:
    @@ -272,7 +272,7 @@
    D:
    @@ -282,7 +282,7 @@
    Decimal:
    @@ -292,7 +292,7 @@
    Delete:
    @@ -302,7 +302,7 @@
    Divide:
    @@ -312,7 +312,7 @@
    Down:
    @@ -322,7 +322,7 @@
    E:
    @@ -332,7 +332,7 @@
    End:
    @@ -342,7 +342,7 @@
    Enter:
    @@ -352,7 +352,7 @@
    Equal:
    @@ -362,7 +362,7 @@
    Escape:
    @@ -372,7 +372,7 @@
    F:
    @@ -382,7 +382,7 @@
    F1:
    @@ -392,7 +392,7 @@
    F10:
    @@ -402,7 +402,7 @@
    F11:
    @@ -412,7 +412,7 @@
    F12:
    @@ -422,7 +422,7 @@
    F2:
    @@ -432,7 +432,7 @@
    F3:
    @@ -442,7 +442,7 @@
    F4:
    @@ -452,7 +452,7 @@
    F5:
    @@ -462,7 +462,7 @@
    F6:
    @@ -472,7 +472,7 @@
    F7:
    @@ -482,7 +482,7 @@
    F8:
    @@ -492,7 +492,7 @@
    F9:
    @@ -502,7 +502,7 @@
    G:
    @@ -512,7 +512,7 @@
    Grave:
    @@ -522,7 +522,7 @@
    H:
    @@ -532,7 +532,7 @@
    Home:
    @@ -542,7 +542,7 @@
    I:
    @@ -552,7 +552,7 @@
    Insert:
    @@ -562,7 +562,7 @@
    J:
    @@ -572,7 +572,7 @@
    K:
    @@ -582,7 +582,7 @@
    L:
    @@ -592,7 +592,7 @@
    Left:
    @@ -602,7 +602,7 @@
    LeftAlt:
    @@ -612,7 +612,7 @@
    LeftBracket:
    @@ -622,7 +622,7 @@
    LeftControl:
    @@ -632,7 +632,7 @@
    LeftShift:
    @@ -642,7 +642,7 @@
    LeftSuper:
    @@ -652,7 +652,7 @@
    M:
    @@ -662,7 +662,7 @@
    Minus:
    @@ -672,7 +672,7 @@
    Multiply:
    @@ -682,7 +682,7 @@
    N:
    @@ -692,7 +692,7 @@
    Num0:
    @@ -702,7 +702,7 @@
    Num1:
    @@ -712,7 +712,7 @@
    Num2:
    @@ -722,7 +722,7 @@
    Num3:
    @@ -732,7 +732,7 @@
    Num4:
    @@ -742,7 +742,7 @@
    Num5:
    @@ -752,7 +752,7 @@
    Num6:
    @@ -762,7 +762,7 @@
    Num7:
    @@ -772,7 +772,7 @@
    Num8:
    @@ -782,7 +782,7 @@
    Num9:
    @@ -792,7 +792,7 @@
    NumLock:
    @@ -802,7 +802,7 @@
    NumPad0:
    @@ -812,7 +812,7 @@
    NumPad1:
    @@ -822,7 +822,7 @@
    NumPad2:
    @@ -832,7 +832,7 @@
    NumPad3:
    @@ -842,7 +842,7 @@
    NumPad4:
    @@ -852,7 +852,7 @@
    NumPad5:
    @@ -862,7 +862,7 @@
    NumPad6:
    @@ -872,7 +872,7 @@
    NumPad7:
    @@ -882,7 +882,7 @@
    NumPad8:
    @@ -892,7 +892,7 @@
    NumPad9:
    @@ -902,7 +902,7 @@
    O:
    @@ -912,7 +912,7 @@
    P:
    @@ -922,7 +922,7 @@
    PageDown:
    @@ -932,7 +932,7 @@
    PageUp:
    @@ -942,7 +942,7 @@
    Pause:
    @@ -952,7 +952,7 @@
    Period:
    @@ -962,7 +962,7 @@
    Print:
    @@ -972,7 +972,7 @@
    Q:
    @@ -982,7 +982,7 @@
    Quote:
    @@ -992,7 +992,7 @@
    R:
    @@ -1002,7 +1002,7 @@
    Return:
    @@ -1012,7 +1012,7 @@
    Right:
    @@ -1022,7 +1022,7 @@
    RightAlt:
    @@ -1032,7 +1032,7 @@
    RightBracket:
    @@ -1042,7 +1042,7 @@
    RightControl:
    @@ -1052,7 +1052,7 @@
    RightShift:
    @@ -1062,7 +1062,7 @@
    RightSuper:
    @@ -1072,7 +1072,7 @@
    S:
    @@ -1082,7 +1082,7 @@
    ScrollLock:
    @@ -1092,7 +1092,7 @@
    Semicolon:
    @@ -1102,7 +1102,7 @@
    Slash:
    @@ -1112,7 +1112,7 @@
    Space:
    @@ -1122,7 +1122,7 @@
    Subtract:
    @@ -1132,7 +1132,7 @@
    T:
    @@ -1142,7 +1142,7 @@
    Tab:
    @@ -1152,7 +1152,7 @@
    U:
    @@ -1162,7 +1162,7 @@
    Up:
    @@ -1172,7 +1172,7 @@
    V:
    @@ -1182,7 +1182,7 @@
    W:
    @@ -1192,7 +1192,7 @@
    X:
    @@ -1202,7 +1202,7 @@
    Y:
    @@ -1212,7 +1212,7 @@
    Z:
    diff --git a/docs/globals.html b/docs/globals.html index aaac376..faff21f 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -103,6 +103,8 @@
  • ScreenAction
  • TemplateMatchingFinder
  • VisionAdapter
  • +
  • Window
  • +
  • WindowAction
  • @@ -116,6 +118,8 @@
  • MouseActionProvider
  • MovementApi
  • ScreenActionProvider
  • +
  • WindowActionProvider
  • +
  • WindowApi
  • @@ -137,6 +141,7 @@
  • busyWaitForNanoSeconds
  • centerOf
  • createMovementApi
  • +
  • createWindowApi
  • debugImage
  • determineROI
  • determineScaledSearchRegion
  • @@ -179,7 +184,7 @@
    FindHookCallback: (target: MatchResult) => Promise<void>
    @@ -210,7 +215,7 @@
    StringOrKey: string[] | Key[]
    @@ -220,12 +225,13 @@

    libnut

    -
    libnut: "/Users/s1hofmann/Documents/git/nut-tree/nut.js/node_modules/@nut-tree/libnut/index"
    +
    libnut: "/Users/shofmann/Documents/git/nut-tree/nut.js/node_modules/@nut-tree/libnut/index"
    @@ -242,7 +248,7 @@
  • Parameters

    @@ -265,7 +271,7 @@
  • @@ -298,7 +304,7 @@
  • Parameters

    @@ -314,6 +320,29 @@
  • +
    + +

    Const createWindowApi

    + + +

    debugImage

    @@ -324,7 +353,7 @@
  • Parameters

    @@ -353,7 +382,7 @@
  • Parameters

    @@ -379,7 +408,7 @@
  • Parameters

    @@ -402,7 +431,7 @@
  • Parameters

    @@ -425,7 +454,7 @@
  • @@ -468,7 +497,7 @@
  • @@ -511,7 +540,7 @@
  • @@ -552,7 +581,7 @@
  • Parameters

    @@ -575,7 +604,7 @@
  • Parameters

    @@ -601,7 +630,7 @@
  • Parameters

    @@ -627,7 +656,7 @@
  • Parameters

    @@ -650,7 +679,7 @@
  • Parameters

    @@ -673,7 +702,7 @@
  • Parameters

    @@ -702,7 +731,7 @@
  • Parameters

    @@ -728,7 +757,7 @@
  • @@ -761,7 +790,7 @@
  • Parameters

    @@ -787,7 +816,7 @@
  • Parameters

    @@ -813,7 +842,7 @@
  • Parameters

    @@ -836,7 +865,7 @@
  • Type parameters

    @@ -889,7 +918,7 @@
  • Parameters

    @@ -915,7 +944,7 @@
  • Parameters

    @@ -941,7 +970,7 @@
  • Parameters

    @@ -970,7 +999,7 @@
  • Parameters

    @@ -998,7 +1027,7 @@
    jestMatchers: object
    @@ -1007,7 +1036,7 @@
    toBeAt: toBeAt
    @@ -1017,7 +1046,7 @@
    toBeIn: toBeIn
  • @@ -1027,7 +1056,7 @@
    toShow: toShow
    @@ -1128,6 +1157,12 @@
  • VisionAdapter
  • +
  • + Window +
  • +
  • + WindowAction +
  • ClipboardActionProvider
  • @@ -1152,6 +1187,12 @@
  • ScreenActionProvider
  • +
  • + WindowActionProvider +
  • +
  • + WindowApi +
  • FindHookCallback
  • @@ -1170,6 +1211,9 @@
  • createMovementApi
  • +
  • + createWindowApi +
  • debugImage
  • diff --git a/docs/index.html b/docs/index.html index e7e2113..af75d39 100644 --- a/docs/index.html +++ b/docs/index.html @@ -403,6 +403,12 @@ describe("Basic test", () => {
  • VisionAdapter
  • +
  • + Window +
  • +
  • + WindowAction +
  • ClipboardActionProvider
  • @@ -427,6 +433,12 @@ describe("Basic test", () => {
  • ScreenActionProvider
  • +
  • + WindowActionProvider +
  • +
  • + WindowApi +
  • FindHookCallback
  • @@ -445,6 +457,9 @@ describe("Basic test", () => {
  • createMovementApi
  • +
  • + createWindowApi +
  • debugImage
  • diff --git a/docs/interfaces/clipboardactionprovider.html b/docs/interfaces/clipboardactionprovider.html index 4b75bdf..20bab5e 100644 --- a/docs/interfaces/clipboardactionprovider.html +++ b/docs/interfaces/clipboardactionprovider.html @@ -111,7 +111,7 @@
  • @@ -134,7 +134,7 @@
  • @@ -165,7 +165,7 @@
  • @@ -188,7 +188,7 @@
  • diff --git a/docs/interfaces/datasink.html b/docs/interfaces/datasink.html index b65940d..7bc9c8c 100644 --- a/docs/interfaces/datasink.html +++ b/docs/interfaces/datasink.html @@ -113,7 +113,7 @@
  • diff --git a/docs/interfaces/datasource.html b/docs/interfaces/datasource.html index 92f563c..e10073d 100644 --- a/docs/interfaces/datasource.html +++ b/docs/interfaces/datasource.html @@ -113,7 +113,7 @@
  • diff --git a/docs/interfaces/finderinterface.html b/docs/interfaces/finderinterface.html index 5ba0717..b1d3736 100644 --- a/docs/interfaces/finderinterface.html +++ b/docs/interfaces/finderinterface.html @@ -115,7 +115,7 @@
  • @@ -153,7 +153,7 @@
  • diff --git a/docs/interfaces/keyboardactionprovider.html b/docs/interfaces/keyboardactionprovider.html index c9580d7..d2279c9 100644 --- a/docs/interfaces/keyboardactionprovider.html +++ b/docs/interfaces/keyboardactionprovider.html @@ -112,7 +112,7 @@
  • @@ -143,7 +143,7 @@
  • @@ -174,7 +174,7 @@
  • @@ -205,7 +205,7 @@
  • @@ -236,7 +236,7 @@
  • diff --git a/docs/interfaces/mouseactionprovider.html b/docs/interfaces/mouseactionprovider.html index fee0ff0..49a0e49 100644 --- a/docs/interfaces/mouseactionprovider.html +++ b/docs/interfaces/mouseactionprovider.html @@ -119,7 +119,7 @@
  • @@ -142,7 +142,7 @@
  • @@ -164,7 +164,7 @@
  • @@ -186,7 +186,7 @@
  • @@ -217,7 +217,7 @@
  • @@ -248,7 +248,7 @@
  • @@ -270,7 +270,7 @@
  • @@ -301,7 +301,7 @@
  • @@ -332,7 +332,7 @@
  • @@ -363,7 +363,7 @@
  • @@ -394,7 +394,7 @@
  • @@ -425,7 +425,7 @@
  • diff --git a/docs/interfaces/movementapi.html b/docs/interfaces/movementapi.html index 18bf5a7..9cd3382 100644 --- a/docs/interfaces/movementapi.html +++ b/docs/interfaces/movementapi.html @@ -106,7 +106,7 @@
  • @@ -137,7 +137,7 @@
  • @@ -168,7 +168,7 @@
  • @@ -199,7 +199,7 @@
  • @@ -230,7 +230,7 @@
  • diff --git a/docs/interfaces/screenactionprovider.html b/docs/interfaces/screenactionprovider.html index dc7c2ce..ab80805 100644 --- a/docs/interfaces/screenactionprovider.html +++ b/docs/interfaces/screenactionprovider.html @@ -118,7 +118,7 @@
  • @@ -142,7 +142,7 @@
  • @@ -174,7 +174,7 @@
  • @@ -217,7 +217,7 @@
  • @@ -240,7 +240,7 @@
  • @@ -263,7 +263,7 @@