devilutionX/Source/track.h
Anders Jenbo ab8afa7cd7
Fix edge cases in mouse action tracking code (#2452)
Fixes #2431

Also:
- Track spell targets
- Merge repeat walk in to the new repeat action code
- Avoid time based repeats (use action frame instead)
2021-07-25 03:57:42 +00:00

13 lines
235 B
C++

/**
* @file track.h
*
* Interface of functionality tracking what the mouse cursor is pointing at.
*/
#pragma once
namespace devilution {
void RepeatMouseAction();
bool track_isscrolling();
} // namespace devilution