Sdk/ButtonWidget: Remove debug code on mouse move
Former-commit-id: f36553828d8f212b1a837a121876945b7dceb7fb [formerly eb5492d8d1c5d752028b3e7f34be4ecbc4444b03] [formerly c5eb946d4d8e2505a07e74a474dd12d5cc5a71c7 [formerly 29aa56ee96517fa23dfea73a428de67a97f58fe3]] Former-commit-id: ea67903befcf6d70ecb0735cbc20f5c1cb744486 [formerly ec59646b433a1eb3bccf4516dbdda52f2e23a127] Former-commit-id: e2589b30389918af8c1f579c22d711542fcff43a
This commit is contained in:
parent
7cab7cacaa
commit
c4b99fb0df
|
|
@ -61,7 +61,6 @@ namespace Ndk
|
|||
|
||||
void ButtonWidget::OnMouseMoved(int x, int y, int deltaX, int deltaY)
|
||||
{
|
||||
NazaraDebug(Nz::String::Number(x) + ", " + Nz::String::Number(y));
|
||||
}
|
||||
|
||||
void ButtonWidget::OnMouseExit()
|
||||
|
|
|
|||
Loading…
Reference in New Issue