Qbasicnews.com

Full Version: dinput porting quandry
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm attempting to port DirectInput, but I'm running into trouble - all of the default GUIDs for devices (SYS_MOUSE, etc.) are implemented in the C headers as statically initialized structs. Initializers for declarations aren't implemented yet and functions can't return TYPEs directly ( only ptrs ) ... Any ideas?