Similar to how SDL_UserEvents can be listened to simply by implementing the IUserEventListener interface, I'd like for another interface to focus on mouse events. IMouseEventListener would listen for and could react to mouse button clicks, mouse button down/up, mouse movement, and mouse wheel events.
Similar to how SDL_UserEvents can be listened to simply by implementing the
IUserEventListener
interface, I'd like for another interface to focus on mouse events.IMouseEventListener
would listen for and could react to mouse button clicks, mouse button down/up, mouse movement, and mouse wheel events.