<p>This let windows VM generate mouse wheel events if asked to do so<br>
OSX and linux already do that.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Nuke NO_WHEEL_MOUSE macro and alternate g_WM_MOUSEWHEEL message</li>
  <li>Move WM_MOUSEWHEEL message handling as a regular case</li>
  <li>Use GET_X_LPARAM to decode mouse coordinates from WM_MOUSE messages</li>
  <li>Implement mousewheel events if sendWheelEvents is true (non zero)</li>
  <li>Deliver mouse wheel events only once they reach a threshold</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461/files#diff-0">platforms/win32/vm/sqWin32.h</a>
    (1)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461/files#diff-1">platforms/win32/vm/sqWin32Window.c</a>
    (183)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461.patch'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461.patch</a></li>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461.diff'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461?email_source=notifications&email_token=AIJPEWZ5HIFDP2DJA26WTLTQ2UKC7A5CNFSM4J7P52HKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICYOGIQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW652ZAFQO2QE6KFGOTQ2UKC7ANCNFSM4J7P52HA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW4ZQCMEIUW3O4ZKBUDQ2UKC7A5CNFSM4J7P52HKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICYOGIQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461?email_source=notifications\u0026email_token=AIJPEWZ5HIFDP2DJA26WTLTQ2UKC7A5CNFSM4J7P52HKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICYOGIQ",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/461?email_source=notifications\u0026email_token=AIJPEWZ5HIFDP2DJA26WTLTQ2UKC7A5CNFSM4J7P52HKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICYOGIQ",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>