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

Method isHovered

source/windowing/StarScrollArea.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool ScrollThumb::isHovered() const {
51 return m_hovered;
52}
53
54bool ScrollThumb::isPressed() const {
55 return m_pressed;

Callers 2

updateMethod · 0.45
initMultiPlayerMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected