Nice (windows only) features would be, to have official functions for fetching DirectX objects, in all the dx libraries in pb.
(Keyboard, Sprite, Joystick....)
Examples:
Code: Select all
*Object0.IDirectInputDevice7A = GetKeyboardObject ()
*Object1.IDirectInputDevice7A = GetJoystickObject ()
*Object2.IDirectSoundBuffer = GetSoundBufferObject ()
...
Best regards
Wolf