MCPcopy Create free account
hub / github.com/cinder/Cinder / mouseDrag

Method mouseDrag

samples/BasicApp/src/BasicApp.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void BasicApp::mouseDrag( MouseEvent event )
33{
34 // Store the current mouse position in the list.
35 mPoints.push_back( event.getPos() );
36}
37
38void BasicApp::keyDown( KeyEvent event )
39{

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.45
getPosMethod · 0.45

Tested by

no test coverage detected