← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #237489]: How are the java files in package org.sikuli.basics.proxies generated from C/C++ code using SWIG ?

 

Question #237489 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/237489

    Status: Open => Answered

RaiMan proposed the following answer:
This simply means, that before the FindInput structure was not filled
with a target image.

Again the process on the Java level, when a find operation is fired:

- a Finder object is initiated with a source image, which leads to the init of a FindInput structure
- somehow Finder.find(image) is called which results in adding the image to the FindInput structure
- then on the native level find(FindInput) is called

BTW: pls. switch to private communication. I will no longer answer on
this three.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.