One more question if anyone has the time - is there a reference for the platform libraries? For isntance, I found
MessageBoxW()
for a Windows native dialog in the Github samples, but I'm not sure where else to look for capabilities like that
k
Kris Wong
10/06/2020, 6:50 PM
check the platform API docs for your target
Kris Wong
10/06/2020, 6:50 PM
in this case it sounds like the win32 APIs
m
Matthew Laser
10/06/2020, 6:56 PM
that makes sense - are you aware if there's a way to suss out what the postfixes mean that lie atop the API? sorry, looks like these postfixes are coming from a layer farther down than the docs i was viewing