Results 1 to 3 of 3

Thread: ShowCursor? What's wrong!

  1. #1

    Thread Starter
    Addicted Member drewski's Avatar
    Join Date
    Feb 2000
    Location
    WA
    Posts
    242

    Angry ShowCursor? What's wrong!

    Hey people I'm making a game using DX7 and I'm using ShowCursor (API) to hide the mouse. It worked just fine a first but then it stopped working at somepoint and I don't know why.

    Can anyone help?


    Drewski
    I see said the blind man as he spat into the wind.

    It all comes back to me now!

    A.D.T.'s VB

  2. #2
    Addicted Member
    Join Date
    Jul 2000
    Posts
    225
    To hide the cursor...

    Code:
        Do While ShowCursor(1) >= 0
        Loop
    To show the cursor...

    Code:
        Do While ShowCursor(1) < 0
        Loop
    Hope this helps!

    -Git

  3. #3

    Thread Starter
    Addicted Member drewski's Avatar
    Join Date
    Feb 2000
    Location
    WA
    Posts
    242
    im not sure i get what that is supposed to do
    I see said the blind man as he spat into the wind.

    It all comes back to me now!

    A.D.T.'s VB

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