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

Information about mouse cursor. More...

#include <engine.h>

Public Member Functions

 EngineMouse (int _icon1=-1, int _icon2=-1, int _iconShadow=-1, EngineRenderState _mode1=ENG_RSTATE_NORMAL, EngineRenderState _mode2=ENG_RSTATE_NORMAL, Math::Point _hotPoint=Math::Point())
 

Public Attributes

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

Detailed Description

Information about mouse cursor.


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