Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F145173
hover.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
438 B
Referenced Files
None
Subscribers
None
hover.h
View Options
#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
Details
Attached
Mime Type
text/x-c++
Expires
Sun, Aug 16, 2:29 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
77360
Default Alt Text
hover.h (438 B)
Attached To
Mode
R82 deerportal
Attached
Detach File
Event Timeline