MCPcopy Create free account
hub / github.com/LivingFray/HaloCEVR / UIImageButton

Method UIImageButton

HaloCEVR/UI/UIImageButton.cpp:4–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "UIRenderer.h"
3
4UIImageButton::UIImageButton(float x, float y, float w, float h, IDirect3DTexture9* image)
5{
6 this->x = x;
7 this->y = y;
8 this->w = w;
9 this->h = h;
10 this->image = image;
11}
12
13void UIImageButton::Draw(UIRenderer* renderer)
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected