gpmaker
08-16-2004, 11:12 PM
Here's wut i'm doing:
Imports Microsoft.DirectX.DirectDraw
Imports Microsoft.DirectX.DirectInput
.....
dim dev as device
Now, I get an error because device is used by both directdraw and directinput...how can i solve this?
Imports Microsoft.DirectX.DirectDraw
Imports Microsoft.DirectX.DirectInput
.....
dim dev as device
Now, I get an error because device is used by both directdraw and directinput...how can i solve this?