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

Change mouse cursor when over widgets' action spots #16

Open
jorgemcpaulo opened this issue Jun 16, 2015 · 1 comment
Open

Change mouse cursor when over widgets' action spots #16

jorgemcpaulo opened this issue Jun 16, 2015 · 1 comment
Assignees
Milestone

Comments

@jorgemcpaulo
Copy link
Member

For example to indicate where to start dragging

wxWidgets: wxSetCursor(wxCURSOR_HAND);

Qt: setCursor(Qt::OpenHandCursor)

@jorgemcpaulo jorgemcpaulo self-assigned this Jun 16, 2015
@jorgemcpaulo jorgemcpaulo added this to the 0.1.0 milestone Jun 16, 2015
@jorgemcpaulo
Copy link
Member Author

There was a previous attempt:

void Widget::onMouseMove(const gui_point_t& point)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant