Uses of Class
net.ctdp.rfdynhud.render.WidgetsDrawingManager

Packages that use WidgetsDrawingManager
net.ctdp.rfdynhud.gamedata   
net.ctdp.rfdynhud.input   
 

Uses of WidgetsDrawingManager in net.ctdp.rfdynhud.gamedata
 

Constructors in net.ctdp.rfdynhud.gamedata with parameters of type WidgetsDrawingManager
GameEventsManager(java.lang.String gameId, RFDynHUD rfDynHUD, WidgetsDrawingManager drawingManager)
          Creates a new GameEventsManager.
 

Uses of WidgetsDrawingManager in net.ctdp.rfdynhud.input
 

Methods in net.ctdp.rfdynhud.input with parameters of type WidgetsDrawingManager
 int InputMappingsManager.update(GameEventsManager eventsManager, WidgetsDrawingManager widgetsManager, LiveGameData gameData, boolean isEditorMode, int modifierMask)