CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1

Threaded View

  1. #1
    Join Date
    Feb 2008
    Posts
    42

    Direct Input Issue (Very Strange)

    How does an applicaton use direct input without calling GetDeviceData() or GetDeviceState(). Thoughout the entire existence of the program, here is all that it does after creating the device.

    SetDataFormat
    SetCooperativeLevel
    SetProperty
    Acquire
    Unacquire

    Yet, it uses the mouse quite well. I thought that you needed to call GetDeviceData() or GetDeviceState() to use a Direct Input mouse device to read data from it, and thus use the device.............I'm baffled
    Last edited by shadybyte; September 24th, 2008 at 10:41 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured