One more question if anyone has the time - is ther...
# kotlin-native
m
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
check the platform API docs for your target
in this case it sounds like the win32 APIs
m
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