You hopefully won't need to look at these.
More...
You hopefully won't need to look at these.
◆ Deregister() [1/2]
Deregisters this key in the context of the inputable.
- Author
- Jack Campbell
- Date
- 3/5/2017
- Parameters
-
[in,out] | a | If non-null, the Inputable to deregister. |
| evnt | The event to deregister. |
◆ Deregister() [2/2]
Deregisters an inputable to a certain input event on the given key.
- Author
- Jack Campbell
- Date
- 3/5/2017
- Parameters
-
[in,out] | in | Inputable to deregister. |
| k | The AZUL_KEY to deregister. |
| in_type | Type of the input to deregister. |
◆ Register() [1/2]
Registers an inputable to a certain input event on the given key.
- Author
- Jack Campbell
- Date
- 3/5/2017
- Parameters
-
[in,out] | in | Inputable to register. |
| k | The AZUL_KEY to register to. |
| in_type | Type of the input to register to. |
◆ Register() [2/2]
Registers this inputable to an input event on this key.
- Author
- Jack Campbell
- Date
- 3/5/2017
- Parameters
-
[in,out] | a | If non-null, the Inputable to register. |
| evnt | The event to register to. |