mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
win_opengl: add routing for buttondowns to fix mouse capturing with recent changes to master
This commit is contained in:
@@ -247,7 +247,9 @@ static void winmessage_hook(void* userdata, void* hWnd, unsigned int message, Ui
|
||||
switch (message)
|
||||
{
|
||||
case WM_LBUTTONUP:
|
||||
case WM_LBUTTONDOWN:
|
||||
case WM_MBUTTONUP:
|
||||
case WM_MBUTTONDOWN:
|
||||
if (!*msg_data->fullscreen)
|
||||
{
|
||||
/* Mouse events that enter and exit capture. */
|
||||
|
||||
Reference in New Issue
Block a user