------------------------------------------------------------------------------
| 637 | |
| 638 | //------------------------------------------------------------------------------ |
| 639 | void Input::setCursorPos(S32 x, S32 y) |
| 640 | { |
| 641 | //this gets called from GuiCanvas to set the game mouse cursor |
| 642 | } |
| 643 | |
| 644 | int processMultipleTouches() |
| 645 | { |
no outgoing calls
no test coverage detected