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

Method GetSelStart

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

Source from the content-addressed store, hash-verified

51
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;

Callers 2

OnBnClickedDeleteMethod · 0.80
OnBnClickedTiltMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected