Functions to get DX objects.
Posted: Sat May 17, 2008 8:25 pm
Hi,
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:
(I know the cheats with internals already.)
Best regards
Wolf
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