Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ OnMouseMoved
Method
OnMouseMoved
SDK/src/NDK/BaseWidget.cpp:182–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void BaseWidget::OnMouseMoved(int /*x*/, int /*y*/, int /*deltaX*/, int /*deltaY*/)
183
{
184
}
185
186
void BaseWidget::OnMouseButtonPress(int /*x*/, int /*y*/, Nz::Mouse::Button /*button*/)
187
{
Callers
1
OnEventMouseMoved
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected