Changeset 579 for abuse/trunk/src/imlib/input.h
- Timestamp:
- May 5, 2011, 12:36:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/input.h
r555 r579 32 32 virtual void handle_event(event &ev, image *screen, InputManager *im); 33 33 void change_visual(image *new_visual); 34 virtual void remap( filter *f);34 virtual void remap(Filter *f); 35 35 virtual ~button() { if (text) free(text); } 36 36 void push(); … … 48 48 void add_button(button *b); 49 49 void press_button(int id); // if button box doesn't contain id, nothing happens 50 virtual void remap( filter *f);50 virtual void remap(Filter *f); 51 51 virtual void move(int newx, int newy); 52 52 virtual void area(int &x1, int &y1, int &x2, int &y2);
Note: See TracChangeset
for help on using the changeset viewer.