Pointers

Pointers

899 Downloads

Add basic logic to PointerAction

branchpanic opened this issue ยท 0 comments

commented

All of the default Pointer actions share code, which could be moved into PointerAction either by adding defaults or making it an abstract class. This should be done to prevent having to repeatedly rewrite methods for basic implementation.