MCPcopy Create free account
hub / github.com/Geant4/geant4 / ReleaseMouse

Method ReleaseMouse

source/visualization/OpenGL/src/G4OpenGLWin32Viewer.cc:425–433  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

423
424//////////////////////////////////////////////////////////////////////////////
425void G4OpenGLWin32Viewer::ReleaseMouse(
426)
427//////////////////////////////////////////////////////////////////////////////
428//!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
429{
430 fMousePressed = false;
431 fMousePressedX = 0;
432 fMousePressedY = 0;
433}
434
435//////////////////////////////////////////////////////////////////////////////
436void G4OpenGLWin32Viewer::SetShift(

Callers 1

WindowProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected