Home
last modified time | relevance | path

Searched refs:mChatHistoryIndex (Results 1 – 2 of 2) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/gui/windows/
H A Dchatwindow.cpp127 mChatHistoryIndex(0), in ChatWindow()
899 if (mChatHistoryIndex == 0U) in keyPressed()
901 mChatHistoryIndex = CAST_U32( in keyPressed()
909 mChatHistoryIndex --; in keyPressed()
916 if (f == mChatHistoryIndex) in keyPressed()
931 if (CAST_SIZE(mChatHistoryIndex) + 1 < tabSize) in keyPressed()
933 mChatHistoryIndex ++; in keyPressed()
935 else if (CAST_SIZE(mChatHistoryIndex) < tabSize) in keyPressed()
937 mChatHistoryIndex ++; in keyPressed()
944 mChatHistoryIndex = 0; in keyPressed()
[all …]
H A Dchatwindow.h391 unsigned int mChatHistoryIndex; variable