Closed ghost closed 1 year ago
Well, part of the idea originally anyway was it is a native interface... so you should be able to access platform specifics if you want to.... but at the same time be able to write code that can run on any supported platform.
I could have chosen to abstract everything with opaque types so you couldn't accidentally do something you shouldn't, but I wanted to give the developers to do things natively if the library didn't provide that support in a platform specific #ifdef
Sorry for the delay in responding I was out of town the past week and wasn't keeping up on GitHub activity.
Discussed in https://github.com/dbsoft/dwindows/discussions/17