Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void BasicApp::mouseDrag( MouseEvent event )
33
{
34
// Store the current mouse position in the list.
35
mPoints.push_back( event.getPos() );
36
}
37
38
void BasicApp::keyDown( KeyEvent event )
39
{
Callers
nothing calls this directly
Calls
2
push_back
Method · 0.45
getPos
Method · 0.45
Tested by
no test coverage detected