| 108 | /// Resets the input device state. Called when application looses focus. |
| 109 | /// </summary> |
| 110 | virtual void ResetState() |
| 111 | { |
| 112 | _queue.Clear(); |
| 113 | } |
| 114 | |
| 115 | /// <summary> |
| 116 | /// Captures the input since the last call and triggers the input events. |
no test coverage detected