Usermode/AxWin4 - Minor cleanups (change background colour, remove commented lines)
[tpg/acess2.git] / Usermode / Applications / axwin4_src / Server / compositor.cpp
index cf8192e..e488380 100644 (file)
@@ -134,6 +134,7 @@ void CCompositor::MouseButton(unsigned int Cursor, unsigned int X, unsigned int
 void CCompositor::KeyState(unsigned int KeyboardID, uint32_t KeySym, bool Press, uint32_t Codepoint)
 {
        _SysDebug("KeyState(%i, 0x%x, %b, 0x%x)", KeyboardID, KeySym, Press, Codepoint);
+       // TODO: Global hotkeys
        if( m_focussed_window )
        {
                m_focussed_window->KeyEvent(KeySym, "", Press);

UCC git Repository :: git.ucc.asn.au