#include <ViewMoveControl.h>
Inheritance diagram for OglGui::ViewMoveControl:
Public Types | |
enum | { VIEWMOVE_FW, VIEWMOVE_BW, VIEWMOVE_LEFT, VIEWMOVE_RIGHT, VIEWMOVE_UP, VIEWMOVE_DOWN } |
Public Member Functions | |
ViewMoveControl (int x, int y, int w, int h, Window *targetWnd=0, bool btnRoom=false) | |
ViewMoveControl (Window *parent, int w, int h, Window *targetWnd=0, bool btnRoom=false) | |
ViewMoveControl (Window *parent, int x, int y, int w, int h, Window *targetWnd=0, bool btnRoom=false) | |
virtual void | ButtonSelectionEvent (Button *src, void *userData) |
virtual void | SetTargetWindow (Window *targetWnd) |
Private Member Functions | |
void | Init (int w, int h, Window *targetWnd) |
Private Attributes | |
void(* | mKeyFunc )(OGLWND *, int, int) |
Definition at line 10 of file ViewMoveControl.h.