This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Animations-Related Classes
Containers
Common Functionality
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Unigine.InputEventPadButton Class

Inherits from: InputEvent

This class controls the game pad button event information.

InputEventPadButton Class

Enums

ACTION#

NameDescription
DOWN = 0Button state is "pressed".
UP = 1Button state is "released".

Properties

InputEventPadButton.ACTION Action#

The Type of the game pad button input event, one of the ACTION values.

int ConnectionID#

The Connection identifier.

Input.GAMEPAD_BUTTON Button#

The Game pad button, one of the Input.GAMEPAD_BUTTON values.

Members


InputEventPadButton ( ) #

Default constructor.

InputEventPadButton ( ulong timestamp, ivec2 mouse_pos ) #

game pad button input event constructor.

Arguments

  • ulong timestamp - Timestamp of the event.
  • ivec2 mouse_pos - Position of the mouse.

InputEventPadButton ( ulong timestamp, ivec2 mouse_pos, InputEventJoyButton.ACTION action, int connection_id, int button ) #

game pad button input event constructor.

Arguments

  • ulong timestamp - Timestamp of the event.
  • ivec2 mouse_pos - Position of the mouse.
  • InputEventJoyButton.ACTION action - Type of the game pad button input event, one of the ACTION values.
  • int connection_id - Connection identifier.
  • int button - game pad button index.
Last update: 2023-04-28
Build: ()