Page 1 of 1

Functions to get DX objects.

Posted: Sat May 17, 2008 8:25 pm
by Hroudtwolf
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:

Code: Select all

*Object0.IDirectInputDevice7A = GetKeyboardObject ()
*Object1.IDirectInputDevice7A = GetJoystickObject ()
*Object2.IDirectSoundBuffer = GetSoundBufferObject ()
...
(I know the cheats with internals already.)

Best regards

Wolf