* Hand option.
This commit is contained in:
jean.chalard
2009-09-22 07:39:24 +00:00
parent 71d4818646
commit f6aba5c5cb
9 changed files with 174 additions and 29 deletions

View File

@@ -54,7 +54,7 @@ class ObjectSelector : public GuiLayer
bool CheckUserInput(u32 key);
void Update(float dt);
void Render();
void Limit(LimitorFunctor<T>* limitor);
void Limit(LimitorFunctor<T>* limitor, SelectorZone);
void Push();
void Pop();