MCPcopy 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
124void FallingGearsApp::mouseDown( MouseEvent event )
125{
126 mScene.addGear( event.getPos() );
127}
128
129void FallingGearsApp::mouseDrag( MouseEvent event )
130{

Callers

nothing calls this directly

Calls 2

addGearMethod · 0.80
getPosMethod · 0.45

Tested by

no test coverage detected