MCPcopy 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
129void FallingGearsApp::mouseDrag( MouseEvent event )
130{
131 mScene.addGear( event.getPos() );
132}
133
134void FallingGearsApp::mouseUp( MouseEvent event )
135{

Callers

nothing calls this directly

Calls 2

addGearMethod · 0.80
getPosMethod · 0.45

Tested by

no test coverage detected