KarmaEngine
Game Engine for practical learning and research purposes
Loading...
Searching...
No Matches
Karma::WindowsInputData Struct Reference

Windows specific data structure for Input system. More...

#include <WindowsInput.h>

Inheritance diagram for Karma::WindowsInputData:
Karma::InputData

Public Member Functions

 WindowsInputData ()
 A constructor.

Public Attributes

Input::EventCallbackFn EventCallback
 The function to call on detecting Input event from API.

Detailed Description

Windows specific data structure for Input system.

Since
Karma 1.0.0

Constructor & Destructor Documentation

◆ WindowsInputData()

Karma::WindowsInputData::WindowsInputData ( )
inline

A constructor.

Since
Karma 1.0.0

Member Data Documentation

◆ EventCallback

Input::EventCallbackFn Karma::WindowsInputData::EventCallback

The function to call on detecting Input event from API.

Usually Application::OnEvent function is used for the callback.

See also
Application::HookInputSystem
Since
Karma 1.0.0

The documentation for this struct was generated from the following file: