Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ mouseDrag
Method
mouseDrag
samples/FallingGears/src/FallingGearsApp.cpp:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
void FallingGearsApp::mouseDrag( MouseEvent event )
130
{
131
mScene.addGear( event.getPos() );
132
}
133
134
void FallingGearsApp::mouseUp( MouseEvent event )
135
{
Callers
nothing calls this directly
Calls
2
addGear
Method · 0.80
getPos
Method · 0.45
Tested by
no test coverage detected