FangEngine.store.control_store

This module contains the ControlStore

Class ControlStore

The control store is a singleton which stores all control settings
Default controls have been put in for convenience, however feel free to clear. I wont be offended.

__init__(self, store: typing.Dict[str, int] = None)

__delitem__(self, key)

__getitem__(self, item) -> int

__iter__(self)

__len__(self)

__new__(cls, args, kwargs)

__repr__(self)

__setitem__(self, key: str, value: int)

write_out(self)

Writes out the control settings to the control settings file
This is recommended for whenever the player makes a change to the control settings
Returns