Show / Hide Table of Contents

Delegate GamepadButtonEventHandler

Event handler for gamepad button events

Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public delegate void GamepadButtonEventHandler(object sender, GamepadButtonEventArgs e);
Parameters
Type Name Description
System.Object sender

The sender.

GamepadButtonEventArgs e

The GamepadButtonEventArgs instance containing the event data.

Back to top Generated by DocFX