MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnTexpadSlideUp

Method OnTexpadSlideUp

editor/TextureDialog.cpp:400–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398void CTextureDialog::OnTexpadSlideRight() { HTextureSlide(Curroomp, Curface, (float)1.0 * D3EditState.texscale, 0.0f); }
399
400void CTextureDialog::OnTexpadSlideUp() { HTextureSlide(Curroomp, Curface, 0.0f, (float)1.0 * D3EditState.texscale); }
401
402void CTextureDialog::OnTexpadSlideDown() { HTextureSlide(Curroomp, Curface, 0.0f, (float)-1.0 * D3EditState.texscale); }
403

Callers

nothing calls this directly

Calls 1

HTextureSlideFunction · 0.85

Tested by

no test coverage detected