#include <ImMoveControl.h>
Inheritance diagram for OglGui::ImMoveControl:
Public Types | |
enum | { IMMOVE_FW, IMMOVE_BW, IMMOVE_LEFT, IMMOVE_RIGHT, IMMOVE_UP, IMMOVE_DOWN } |
Public Member Functions | |
ImMoveControl (int x, int y, int w, int h, Window *target=0) | |
ImMoveControl (Window *parent, int w, int h, Window *target=0) | |
ImMoveControl (Window *parent, int x, int y, int w, int h, Window *target=0) | |
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 ImMoveControl.h.