bbSystemEmitOSEvent? Is it a standard B3d API?

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

MeowZ(Posted 2007) [#1]
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


skidracer(Posted 2007) [#2]
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.


Barnabius(Posted 2007) [#3]
Any chance of getting those functions in C so that we can adapt them for other languages?

Barney