unde ~master (2017-01-25T22:38:20Z)
Home
Dub
Repo
Clickable
unde
clickable
Undocumented in source.
class
Clickable {
GlobalState
gs
;
SDL_Rect
rect
;
void
delegate
(
GlobalState
gs
,
int
stage
)
event
;
this
(GlobalState gs, SDL_Rect rect, void delegate(GlobalState gs, int stage) event);
bool
click
(int x, int y, int stage);
}
Constructors
this
this
(GlobalState gs, SDL_Rect rect, void delegate(GlobalState gs, int stage) event)
Undocumented in source.
Members
Functions
click
bool
click
(int x, int y, int stage)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
event
void
delegate
(
GlobalState
gs
,
int
stage
)
event
;
Undocumented in source.
gs
GlobalState
gs
;
Undocumented in source.
rect
SDL_Rect
rect
;
Undocumented in source.
Meta
Source
See Implementation
unde
clickable
classes
Clickable
functions
process_click