MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SendMessage

Method SendMessage

ogsr_engine/xrGame/ui/UICustomEdit.cpp:51–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49void CUICustomEdit::OnFocusLost() { CUIWindow::OnFocusLost(); }
50
51void CUICustomEdit::SendMessage(CUIWindow* pWnd, s16 msg, void* pData)
52{
53 // if(pWnd == GetParent())
54 // {
55 //кто-то другой захватил клавиатуру
56 if (msg == WINDOW_KEYBOARD_CAPTURE_LOST)
57 {
58 m_bInputFocus = false;
59 m_iKeyPressAndHold = 0;
60 }
61 // }
62}
63
64bool CUICustomEdit::OnMouse(float x, float y, EUIMessages mouse_action)
65{

Callers 1

KeyPressedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected