iterami/Docs.htm/common HTM Repos/core.js/core_handle_pointermove(event)
- Returns early if the menu is open and blocking events.
- Updates the state of "core_mobile", based on if the event "pointerType" is not "mouse".
- Updates all pointer button states, due to how pointer events handle multiple buttons pressed at once.
- Updates pointer xy position and handles movement based upon if "core_mobile" is true or not.
- Calls core_handle_prevent(event) and event todo() if it exists.