Fixed clip planes initial push clip state.

Minor refactor on onDrag* functions.

--HG--
branch : dev
This commit is contained in:
Martí­n Lucas Golini
2017-04-18 01:13:12 -03:00
parent 5da3e5ee60
commit 7ea7cd51cd
4 changed files with 8 additions and 8 deletions

View File

@@ -44,9 +44,9 @@ class EE_API UIDragableControl : public UIControl {
virtual Uint32 onDrag( const Vector2i& position );
virtual Uint32 OnDragStart( const Vector2i& position );
virtual Uint32 onDragStart( const Vector2i& position );
virtual Uint32 OnDragEnd( const Vector2i& position );
virtual Uint32 onDragEnd( const Vector2i& position );
};
}}