Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DolphinWX: Implement scrolling in the memory views #650

Merged
merged 1 commit into from Jul 19, 2014

Conversation

lioncash
Copy link
Member

This should have been in my prior commit that implemented scrolling. This makes it work in the memory views as well

@@ -137,6 +138,24 @@ void CMemoryView::OnMouseUpL(wxMouseEvent& event)
event.Skip();
}

void CMemoryView::OnScrollWheel(wxMouseEvent& event)
{
const bool scroll_down = (event.GetWheelRotation() < 0);

This comment was marked as off-topic.

This comment was marked as off-topic.

@delroth
Copy link
Member

delroth commented Jul 19, 2014

@lioncash: This comment grants you the permission to merge this pull request whenever you think it is ready. After addressing the remaining comments, click this link to merge.


@dolphin-emu-bot allowmerge

dolphin-emu-bot added a commit that referenced this pull request Jul 19, 2014
DolphinWX: Implement scrolling in the memory views
@dolphin-emu-bot dolphin-emu-bot merged commit 5df45df into dolphin-emu:master Jul 19, 2014
@lioncash lioncash deleted the scrolling branch July 19, 2014 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants