SO3Engine
|
SO3KeyboardHook.cpp
Go to the documentation of this file.
56 getMsgHook = SetWindowsHookEx(WH_GETMESSAGE, (HOOKPROC)GetMessageProcKeyBoardHook, hInstance, GetCurrentThreadId());
57 getProcHook = SetWindowsHookEx(WH_CALLWNDPROC, (HOOKPROC)GetProcKeyBoardHook, hInstance, GetCurrentThreadId());
LONG handleHook(UINT msg, ScolWindowHandle hwnd, WPARAM wParam, LPARAM lParam)
Definition SO3KeyboardHook.cpp:70
SWindow * GetRenderWindow(const std::string &windowName)
Definition SO3Root.cpp:812
Definition SO3Widget.h:51
virtual HCURSOR GetCurrentMouseCursor()
Definition SO3Widget.cpp:1291
SWidget * GetFocusedWidget()
Definition SO3WidgetManager.cpp:746
void InjectKeyEvent(const UINT &msg, const ScolWindowHandle &hwnd, const WPARAM &wParam, const LPARAM &lParam)
Definition SO3WidgetManager.cpp:617
static SWidgetManager & getSingleton()
Definition SO3WidgetManager.cpp:53
Definition SO3Window.h:45
Definition SO3DataScol.h:38
LRESULT CALLBACK GetProcKeyBoardHook(UINT nCode, WPARAM wParam, LPARAM lParam)
Definition SO3KeyboardHook.cpp:332
LRESULT CALLBACK GetMessageProcKeyBoardHook(UINT nCode, WPARAM wParam, LPARAM lParam)
Definition SO3KeyboardHook.cpp:315
Generated by 1.9.8