mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 08:57:03 +00:00
API rename
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user