Set tracked point via pointer
| 123 | |
| 124 | // Set tracked point via pointer |
| 125 | inline void SetTarget(olc::vf2d& vTarget) |
| 126 | { |
| 127 | m_pTarget = &vTarget; |
| 128 | } |
| 129 | |
| 130 | // Set tracked point via const ref - {10, 35} for example |
| 131 | inline void SetTarget(const olc::vf2d&& vTarget) |
nothing calls this directly
no outgoing calls
no test coverage detected