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

Method GetStartOffset

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

Source from the content-addressed store, hash-verified

50 void OnLeft();
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;

Callers 1

OnBnClickedPlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected