Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Limiting mouse movement to specific range

  1. #11

    Limiting mouse movement to specific range

    Another thought re

    GetCursorPos / SetCursorPos versus ClipCursor

    If ones program does not error check properly and the program crashes !@#$%^&*() with ClipCursor the user could be stuck with limited cursor movement , whereas this would not occur with the get/set method..

    cheeeeeeerrrrrrrrrsssssssss ato
    The Universe is all right here!!!

  2. #12

    Limiting mouse movement to specific range

    But ClipCursor is less CPU intensive, as to checking before setting instead of correcting

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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