3 * Copyright (C) 2007, Harbour, All rights reserved.
9 #include <F_Input_Device.H>
13 class F_Gpm : public F_Input_Device {
22 bool check_for_events(F_Event_t *event);
23 bool visible() { return visible_; }
24 void visible(bool v) { redraw(v); }
26 void redraw() { redraw(visible_); }