mouse-over

I would like to know how to make a mouse over, when the mouse causes a drag for a menu of options, I saw some of the functions and selected () indicates that but could not tell if proper operation.

Mouse over the examples of menuTest only occurs automatically think, when I click on the menus, but I like not having to click on them to do the mouse over.

win32 port only simulates the behavior of touch devices like iphone/android mobile. So only touchBegan, touchMoved, touchEnd is exported.
You can modify CCTouchDelegate, CCTouchDispatcher and CCEGLView::WindowProc(…) in platform/win32/CCEGLView_win32.cpp to pass mouse-over event.

1 Like