예제 #1
0
 /// <summary>
 /// Installs a function that determines whether the main game form has focus.
 /// </summary>
 public void InstallMainFormHasFocusCb(MainFormHasFocus handler)
 {
     m_mainFormHasFocusCb = handler;
 }
 /// <summary>
 /// Installs a callback to determine whether the main form has focus.
 /// </summary>
 public void InstallMainFormHasFocusCb(MainFormHasFocus handler)
 {
    m_userInput.InstallMainFormHasFocusCb(handler);
 }