![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
Lab4
Dependencies: SeeedStudioTFTv2 TFT_fonts mbed
Fork of Seeed_TFT_Touch_Shield by
Diff: Button.h
- Revision:
- 6:ebffa73d4f95
- Parent:
- 4:ebcf8d366b91
diff -r b33fc1aa8d33 -r ebffa73d4f95 Button.h --- a/Button.h Fri Sep 26 12:42:10 2014 +0000 +++ b/Button.h Fri Sep 26 15:33:34 2014 +0000 @@ -9,7 +9,7 @@ Button(char* label, int p_color, int bd_color, int w, int h); virtual void paint(); - virtual void trigger_action(ActionType type, ActionEvent evnt); + virtual void trigger_action(ActionType type, ActionEvent evnt, void* target); private: char* lbl;