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

Method GetCursorStart

Source/FrameEditorTypes.cpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81CFrameCursorPos CFrameSelection::GetCursorStart() const {
82 return {GstFirstSelectedFrame(), GetFirstSelectedChannel()};
83}
84
85CFrameCursorPos CFrameSelection::GetCursorEnd() const {
86 return {GetLastSelectedFrame(), GetLastSelectedChannel()};

Callers 2

PasteInsertMethod · 0.80
MoveSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected