Hi, I'm have been experimenting on Native Extension by invoke some C function from AIR application, example "Hello World return from C" was output on the application.
In other way, have anyone tried this experiment: AIR <- Native Extension <- C An example, the function in C will detect when a musician depress a MIDI keyboard, in turn, will capture the key and invoke Native Extension so it will output to the application. As it will be difficult to use MIDI code for a start, shall anyone know how to create a "windows process" when an AIR app is launch and will monitoring any response from a computer keyboard (In this example, we will not using AS3 to capture the keyboard events)? Thanks.