mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 02:56:28 +03:00
Fixed clip planes initial push clip state.
Minor refactor on onDrag* functions. --HG-- branch : dev
This commit is contained in:
@@ -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 );
|
||||
};
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user