2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 08:57:03 +00:00

API rename

This commit is contained in:
Jack Andersen
2015-12-13 18:56:02 -10:00
parent 2efa64b7b0
commit edf329ca65
2 changed files with 4 additions and 2 deletions

View File

@@ -15,7 +15,9 @@ struct IControlBinding
struct IButtonBinding : IControlBinding
{
virtual void pressed(const boo::SWindowCoord& coord)=0;
/** Pressed/Released while Hovering action,
* cancellable by holding the button and releasing outside */
virtual void activated(const boo::SWindowCoord& coord)=0;
};
struct IFloatBinding : IControlBinding