Project

General

Profile

SO3Engine

#include <KeyboardHook.h>

Public Member Functions

 KeyboardHook ()
 
 ~KeyboardHook ()
 
void handleHook (UINT msg, HWND hwnd, WPARAM wParam, LPARAM lParam)
 

Public Attributes

HHOOK getMsgHook
 

Static Public Attributes

static KeyboardHookinstance = 0
 

Detailed Description

Definition at line 38 of file KeyboardHook.h.

Constructor & Destructor Documentation

◆ KeyboardHook()

KeyboardHook::KeyboardHook ( )

Definition at line 45 of file KeyboardHook.cpp.

◆ ~KeyboardHook()

KeyboardHook::~KeyboardHook ( )

Definition at line 54 of file KeyboardHook.cpp.

Member Function Documentation

◆ handleHook()

void KeyboardHook::handleHook ( UINT  msg,
HWND  hwnd,
WPARAM  wParam,
LPARAM  lParam 
)

break input to bypss defProc and signal we processed the message when lost focus

Definition at line 61 of file KeyboardHook.cpp.

Member Data Documentation

◆ getMsgHook

HHOOK Hikari::Impl::KeyboardHook::getMsgHook

Definition at line 41 of file KeyboardHook.h.

◆ instance

KeyboardHook * KeyboardHook::instance = 0
static

Definition at line 42 of file KeyboardHook.h.


The documentation for this class was generated from the following files: