func (ptr *QGraphicsSceneMouseEvent) Source() core.Qt__MouseEventSource { if ptr.Pointer() != nil { return core.Qt__MouseEventSource(C.QGraphicsSceneMouseEvent_Source(ptr.Pointer())) } return 0 }
func (ptr *QWheelEvent) Source() core.Qt__MouseEventSource { if ptr.Pointer() != nil { return core.Qt__MouseEventSource(C.QWheelEvent_Source(ptr.Pointer())) } return 0 }