MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setPressed

Method setPressed

source/windowing/StarScrollArea.cpp:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void ScrollThumb::setPressed(bool pressed) {
63 m_pressed = pressed;
64}
65
66void ScrollThumb::mouseOver() {
67 setHovered(true);

Callers 1

sendEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected