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

MacInput specific data structure. More...

#include <MacInput.h>

Inheritance diagram for Karma::MacInputData:
Collaboration diagram for Karma::MacInputData:

Public Member Functions

 MacInputData ()
 A Constructor.
 

Public Attributes

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

Detailed Description

MacInput specific data structure.

Constructor & Destructor Documentation

◆ MacInputData()

Karma::MacInputData::MacInputData ( )
inline

A Constructor.

Since
Karma 1.0.0

Member Data Documentation

◆ EventCallback

Input::EventCallbackFn Karma::MacInputData::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: