DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс MouseButtonInfo

Закрытые члены

void MouseButtonInfo (int button)
 
int GetButtonID ()
 
int GetTimeLastPress ()
 
int GetTimeLastRelease ()
 
void Press ()
 
void Release ()
 
bool IsButtonDown ()
 

Закрытые данные

int m_ButtonID
 
int m_TimeLastPress
 
int m_TimeLastRelease
 

Подробное описание

Конструктор(ы)

◆ MouseButtonInfo()

void MouseButtonInfo ( int button)
inlineprivate
8 {
10 m_TimeLastPress = -1;
12 }
int m_TimeLastRelease
Definition MouseButtonInfo.c:5
int m_TimeLastPress
Definition MouseButtonInfo.c:4
int m_ButtonID
Definition MouseButtonInfo.c:3
Definition EntityAI.c:95

Перекрестные ссылки m_ButtonID, m_TimeLastPress и m_TimeLastRelease.

Методы

◆ GetButtonID()

int GetButtonID ( )
inlineprivate
15 {
16 return m_ButtonID;
17 }

Перекрестные ссылки m_ButtonID.

◆ GetTimeLastPress()

int GetTimeLastPress ( )
inlineprivate
20 {
21 return m_TimeLastPress;
22 }

Перекрестные ссылки m_TimeLastPress.

◆ GetTimeLastRelease()

int GetTimeLastRelease ( )
inlineprivate
25 {
26 return m_TimeLastRelease;
27 }

Перекрестные ссылки m_TimeLastRelease.

◆ IsButtonDown()

bool IsButtonDown ( )
inlineprivate
40 {
42 {
43 return true;
44 }
45
46 return false;
47 }

Перекрестные ссылки m_TimeLastPress и m_TimeLastRelease.

◆ Press()

void Press ( )
inlineprivate
30 {
31 m_TimeLastPress = GetGame().GetTime();
32 }
proto native CGame GetGame()

Перекрестные ссылки GetGame() и m_TimeLastPress.

◆ Release()

void Release ( )
inlineprivate
35 {
36 m_TimeLastRelease = GetGame().GetTime();
37 }

Перекрестные ссылки GetGame() и m_TimeLastRelease.

Поля

◆ m_ButtonID

int m_ButtonID
private

Используется в GetButtonID() и MouseButtonInfo().

◆ m_TimeLastPress

int m_TimeLastPress
private

Используется в GetTimeLastPress(), IsButtonDown(), MouseButtonInfo() и Press().

◆ m_TimeLastRelease

int m_TimeLastRelease
private

Объявления и описания членов класса находятся в файле: