This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Replacement module for Standalone Input Module | |
// Up to date for Unity 4.6 beta 19 | |
// | |
// Usage: | |
// -Remove the standalone module from your event system | |
// -Add this instead | |
// -Include ExtraMouseEvents.cs and IExtraMouseEventsHandler.cs | |
// -Implement IRightPointerClickHandler, IRightPointerDownHandler, IRightPointerUpHandler, IMiddlePointerClickHandler, | |
// IMiddlePointerDownHandler and/or IMiddlePointerUpHandler. | |
// |