ethanmoffat / EndlessClient

An open source client for Endless Online written in C#
MIT License
34 stars 16 forks source link

Double clicking items is weird #256

Closed sorokya closed 1 year ago

sorokya commented 1 year ago

Seems like I have to try a lot to get it to trigger as a double click

ethanmoffat commented 1 year ago

Click+drag in item inventory is pretty messy. The spell click+drag is a lot cleaner - for some reason I wrote it two different ways when I originally implemented it, and ported it from the old code base without thinking too hard about fixing it.

Inventory click+drag should match spell panel click+drag.

ethanmoffat commented 1 year ago

XNAControls v2.0 is in progress, should address this.