Page MenuHomePhabricator (Chris)

hover.h
No OneTemporary

Authored By
Unknown
Size
438 B
Referenced Files
None
Subscribers
None
#ifndef HOVER_H
#define HOVER_H
#include <SFML/Window.hpp>
#include <SFML/Graphics.hpp>
#include <SFML/System.hpp>
class Hover: public sf::Drawable, public sf::Transformable
{
public:
Hover();
Hover(int width, int height);
virtual void draw(sf::RenderTarget &target, sf::RenderStates states) const;
sf::RectangleShape rectangle;
int width;
int height;
void init();
bool active;
};
#endif // HOVER_H

File Metadata

Mime Type
text/x-c++
Expires
Sun, Aug 16, 2:29 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77360
Default Alt Text
hover.h (438 B)

Event Timeline