MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetSelEnd

Method GetSelEnd

Source/SampleEditorView.h:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 int GetStartOffset() const { return m_iStartCursor; }
53 int GetSelStart() const { return (m_iSelStart < m_iSelEnd) ? m_iSelStart : m_iSelEnd; }
54 int GetSelEnd() const { return (m_iSelStart > m_iSelEnd) ? m_iSelStart : m_iSelEnd; }
55 int GetBlock(int Pixel) const;
56 int GetPixel(int Block) const;
57

Callers 2

OnBnClickedDeleteMethod · 0.80
OnBnClickedTiltMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected