coolAlias/DynamicSwordSkills

Allow other mods to handle mouse clicks

Closed this issue · 1 comments

This is already possible using EventPriority of HIGH or HIGHEST, as well as when not locked on. If that is not sufficient, could look at posting a custom event, but that would require other modders to use it.

Notably, Spin Attack and Back Slice may cancel the mouse event even when not locked on; this probably should not be the case.

Regarding Spin Attack and Back Slice, there should be a more generalized way of allowing a skill to handle key inputs while it is active / animating.

This is somewhat related to #20