Applied patch by Stef Busking: Adjust the current keyboard focus field along
with the mouse, so that switching between using the keyboard and mouse is more fluent. Fixes ticket #3971. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30918 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -854,6 +854,9 @@ SudokuView::MouseMoved(BPoint where, uint32 transit,
|
||||
return;
|
||||
}
|
||||
|
||||
fKeyboardX = x;
|
||||
fKeyboardY = y;
|
||||
|
||||
if (fShowHintX == x && fShowHintY == y)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user