<html>
    <head>
      <base href="https://bugzilla.icculus.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Fix UI cursor movements"
   href="https://bugzilla.icculus.org/show_bug.cgi?id=6435">6435</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Fix UI cursor movements
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>ioquake3
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>GIT MASTER
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P3
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Video
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>zachary@ioquake.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mine@ukr.net
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>quake3-bugzilla@icculus.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=3559&action=diff" name="attach_3559" title="Suggested solution">attachment 3559</a> <a href="attachment.cgi?id=3559&action=edit" title="Suggested solution">[details]</a></span>
Suggested solution

If you have 1280x960 resolution, for example, each mouse delta in
UI_MouseEvent( int dx, int dy ) will be actually doubled from 640x480 and
cursor movements will look choppy. 
So we should use native display resolution space and then scale all moves to
640x480 virtual UI space. Later, UI will convert them back to screen
coordinates in UI_AdjustFrom640()</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>