MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetCursorRect

Method SetCursorRect

src/window.cpp:346–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void Window::SetCursorRect(Rect const& ncursor_rect) {
347 if (cursor_rect.width != ncursor_rect.width || cursor_rect.height != ncursor_rect.height) cursor_needs_refresh = true;
348 cursor_rect = ncursor_rect;
349}
350
351void Window::SetWidth(int nwidth) {
352 if (width != nwidth) {

Callers 1

UpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected