Colobot
Public Member Functions | Public Attributes | List of all members
Gfx::EngineMouse Struct Reference

Information about mouse cursor. More...

Public Member Functions

 EngineMouse (int icon1=-1, int icon2=-1, int iconShadow=-1, EngineRenderState mode1=ENG_RSTATE_NORMAL, EngineRenderState mode2=ENG_RSTATE_NORMAL, Math::IntPoint hotPoint=Math::IntPoint())
 

Public Attributes

int icon1
 Index of texture element for 1st image. More...
 
int icon2
 Index of texture element for 2nd image. More...
 
int iconShadow
 Shadow texture part. More...
 
EngineRenderState mode1
 Mode to render 1st image in. More...
 
EngineRenderState mode2
 Mode to render 2nd image in. More...
 
Math::IntPoint hotPoint
 Hot point. More...
 

Detailed Description

Information about mouse cursor.

Member Data Documentation

int Gfx::EngineMouse::icon1

Index of texture element for 1st image.

int Gfx::EngineMouse::icon2

Index of texture element for 2nd image.

int Gfx::EngineMouse::iconShadow

Shadow texture part.

EngineRenderState Gfx::EngineMouse::mode1

Mode to render 1st image in.

EngineRenderState Gfx::EngineMouse::mode2

Mode to render 2nd image in.

Math::IntPoint Gfx::EngineMouse::hotPoint

Hot point.


The documentation for this struct was generated from the following file: