• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

excaliburjs / Excalibur / 2097
84%
main: 89%

Build:
Build:
LAST BUILD BRANCH: renovate/vitejs-plugin-react-6.x
DEFAULT BRANCH: main
Ran 13 Mar 2018 01:22PM UTC
Jobs 1
Files 1
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2097

push

travis-ci

eonarheim
[#134] Add drag and drop support off of actors (#933)

* Drag and drop support off of actors

Adds several events for dragging of actors, this will allow developers to
implemented their own style of 'drag and drop', such as 'pulling'
or 'stretching'

New Events:
 - Enter 'enter'
 - Leave 'leave'
 - Pointer Enter 'pointerenter'
 - Pointer Leave 'pointerleave'
 - Pointer Drag Start 'pointerdragstart'
 - Pointer Drag End 'pointerdragend'
 - Pointer Drag Move 'pointerdragmove'
 - Pointer Drag Enter 'pointerdragenter'
 - Pointer Drag Leave 'pointerdragleave'

New Classes:
 - PointerDragEvent extends PointerEvent
 - GlobalCoordinates (contains Vectors for world, page, screen)

New ICapturePointerConfig Property:
 - captureDragEvents (whether to emit drag events to the actor)

Additional:
 - PointerEvent now contains original pointer object.
 - Deprecated some coordinate properties in favour of GlobalCoordinates
 property or a derivative.

Resolves: #134

* Add changes to CHANGELOG.md

* Using proper obsolete declarations
Replace Deprecated comments with JSDOC @obsolete
Use the @obsolete decorator

* Use the type union PointerEventName for:
_capturePointerEvents, _captureMoveEvents and _captureDragEvents

6679 of 8358 relevant lines covered (79.91%)

7024.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2097.1 13 Mar 2018 01:22PM UTC 0
79.91
Travis Job 2097.1
Source Files on build 2097
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2097
  • 4548ae38 on github
  • Prev Build on master (#2093)
  • Next Build on master (#2102)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc