Skip to content

input_system

Paweł Waligóra edited this page May 7, 2024 · 9 revisions

Description

namespace input_system

Handles input. Calls functions/ methods that subscribed to chosen input action (key presses / releases). Also keeps track of held buttons.

Contents

Usage

Subscribe to key press / release using: input_system::subscribe(), or use one of the axis classes or input_system::key_bind class.

Home

Git Workflow

Issues

Coding Rules

Skrypty-Tutorial

Useful resources

Game Structure

Code Structure

Clone this wiki locally