bbSystemEmitOSEvent? Is it a standard B3d API?

Blitz3D SDK Forums/Blitz3D SDK Programming/bbSystemEmitOSEvent? Is it a standard B3d API?

I saw function 'bbSystemEmitOSEvent' in a topic.

http://www.blitzbasic.com/Community/posts.php?topic=70443

but I cannot find it in B3D SDK manual, is it a standard API function?


Function BBEventHandler(hwnd,msg,wp,lp) "C"
bbSystemEmitOSEvent hwnd,msg,wp,lp,Null
Return -1
End Function

That function is from brl.system, and in combination with enablepolledinput allows maxgui and b3dsdk to use brl.system to manage mouse and keyboard system events from any window.

Any chance of getting those functions in C so that we can adapt them for other languages?

Barney