///////////////////////////////////////////////////////
| 34 | { |
| 35 | //////////////////////////////////////////////////////////// |
| 36 | bool CursorImpl::loadFromPixels(const std::uint8_t* /*pixels*/, Vector2u /*size*/, Vector2u /*hotspot*/) |
| 37 | { |
| 38 | return false; |
| 39 | } |
| 40 | |
| 41 | |
| 42 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected