| 143 | } |
| 144 | |
| 145 | lua::ImguiHandle StyledRenderable::GetDragPreview() const |
| 146 | { |
| 147 | return lua::ImguiHandle(DragPreview); |
| 148 | } |
| 149 | |
| 150 | FixedString StyledRenderable::GetDragDropType() const |
| 151 | { |
nothing calls this directly
no outgoing calls
no test coverage detected