| 333 | } |
| 334 | |
| 335 | void Window::RegisterMessageCallback(MsgFunction msgFunction, void* context) |
| 336 | { |
| 337 | Callback callback; |
| 338 | callback.Function = msgFunction; |
| 339 | callback.Context = context; |
| 340 | messageCallbacks.Add(callback); |
| 341 | } |
| 342 | |
| 343 | } |
no test coverage detected