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