Feature #519
opencall dll request
0%
Description
ability to call a dll, its methods and pass parameters to it.
For example, load the user32.dll from windows, call the method that controls the mouse cursor and pass parametrers to it from a node
Updated by arkeon over 9 years ago
This could be a security issue.
Also you already have methods to get cursor position and a lot more with mouse plugit
Updated by cel over 9 years ago
yes, but i was just giving an example, lets say that we want a user to use leapmotion trough openspace just as a control method and then be able to interact with windows (the operating system), or making an on screen keyboard with openspace and then pass what its typed to a word processor. Also having this would help people to interact with other sdks while you guys develop the nodes for it.
Updated by arkeon over 9 years ago
in this case the best way should be to develop a system dll that add this features to the scol language and then to an openspace plugit.
A wsystem dll already exist to manage the power state of a windows machine (in the trunk).
You could add some feature in this one.