mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-27 00:41:08 +02:00
Test version of swipe gesture for in-combat attacks
This commit is contained in:
@ -64,11 +64,6 @@ CursorHandler::CursorHandler()
|
||||
|
||||
CursorHandler::~CursorHandler() = default;
|
||||
|
||||
Point CursorHandler::position() const
|
||||
{
|
||||
return pos;
|
||||
}
|
||||
|
||||
void CursorHandler::changeGraphic(Cursor::Type type, size_t index)
|
||||
{
|
||||
assert(dndObject == nullptr);
|
||||
|
Reference in New Issue
Block a user