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.
- If "core_events.pointermove" exists, calls core_handle_prevent(event) and "core_events.pointermove(event)".