ControllerInterface: Remove OSX window handle

also make it more thread safe (avoid rare deadlock)
and fix it trying to add devices before the CI has init
This commit is contained in:
Filoppi
2021-05-15 12:08:38 +03:00
parent 2376aec135
commit c238e49119
4 changed files with 29 additions and 22 deletions

View File

@ -6,8 +6,7 @@
namespace ciface::OSX
{
void Init(void* window);
void PopulateDevices(void* window);
void Init();
void DeInit();
void DeviceElementDebugPrint(const void*, void*);