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

LinuxInput specific data structure. More...

#include <LinuxInput.h>

Inheritance diagram for Karma::LinuxInputData:
Collaboration diagram for Karma::LinuxInputData:

Public Member Functions

 LinuxInputData ()
 A Constructor.
 

Public Attributes

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

Detailed Description

LinuxInput specific data structure.

Constructor & Destructor Documentation

◆ LinuxInputData()

Karma::LinuxInputData::LinuxInputData ( )
inline

A Constructor.

Since
Karma 1.0.0

Member Data Documentation

◆ EventCallback

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