Brian

Results 112 comments of Brian

FMODBridge_deactivateApp only works on HTML5/Android? https://github.com/dapetcu21/defold-fmod/blob/351a6e6b523ad375166462869df0939bf2e51dd0/bridge/src/fmod_init.cpp#L190 So that lib will have to be rebuilt to allow it to work on other platforms too I think.

I realized that with window.set_listener() we can see in engine if the window has lost focus or not. It seems like not a great option but could be used to...