DIFF

class HudDebugEventHandlerSource

HudDebugEventHandler ScriptedWidgetEventHandler Managed

All members, including inherited

Constructors 1

void HudDebugEventHandler(HudDebug hud_debug)
References m_HudDebug
Referenced by HudDebug.Init()

Members 1

HudDebug m_HudDebug

Methods 9

HudDebug GetHudDebug()
References m_HudDebug
Referenced by OnChange(), and OnClick()
override bool OnClick(Widget w, int x, int y, int button)
override bool OnFocus(Widget w, int x, int y)
override bool OnFocusLost(Widget w, int x, int y)
override bool OnMouseButtonDown(Widget w, int x, int y, int button)
override bool OnSelect(Widget w, int x, int y)
override bool OnItemSelected(Widget w, int x, int y, int row, int column, int oldRow, int oldColumn)
override bool OnModalResult(Widget w, int x, int y, int code, int result)
override bool OnChange(Widget w, int x, int y, bool finished)