type TLWheelEventInfo = TLBaseEventInfo & {
  delta: VecModel
  name: 'wheel'
  point: VecModel
  type: 'wheel'
}
TLWheelEventUiEvent