IsFingerDown will be true as long as at least one finger has registered a TouchDown event but not yet a TouchUp. The calling program can check this boolean to distinguish a mouse movement from a physical mouse to a probable touch based swipe.
* Refactor the events used in lib/render/sdl to be more general-purpose to make librender a stand-alone library separate from Doodle.