22 #ifndef ULTIMA8_GUMPS_DIFFICULTYGUMP_H 23 #define ULTIMA8_GUMPS_DIFFICULTYGUMP_H 25 #include "ultima/ultima8/gumps/modal_gump.h" 35 ENABLE_RUNTIME_CLASSTYPE()
40 void InitGump(
Gump *newparent,
bool take_focus =
true)
override;
41 void Close(
bool no_del =
false)
override;
43 void onMouseClick(
int button, int32 mx, int32 my)
override;
44 bool OnKeyDown(
int key,
int mod)
override;
45 void OnFocus(
bool gain)
override;
53 void selectEntry(
int num);
void InitGump(Gump *newparent, bool take_focus=true) override
Definition: difficulty_gump.h:33
Definition: modal_gump.h:34
Definition: render_surface.h:40
Definition: detection.h:27
void Close(bool no_del=false) override
void PaintThis(RenderSurface *surf, int32 lerp_factor, bool scaled) override
Overloadable method to Paint just this Gump (RenderSurface is relative to this)