MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / MoveLeft

Method MoveLeft

Goldleaf/source/ui/ui_FileContentLayout.cpp:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 bool FileContentLayout::MoveLeft() {
93 if(this->x_offset > 0) {
94 this->x_offset--;
95 return true;
96 }
97 return false;
98 }
99
100 bool FileContentLayout::MoveRight() {
101 if((this->x_offset + this->max_line_length) < this->cur_read_lines_max_length) {

Callers 1

OnInputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected