pixelperfectengine v0.9.1-rc1 (2017-01-19T23:09:27Z)
Dub
Repo
Event
PixelPerfectEngine
concrete
elements
Undocumented in source.
class
Event {
string
source
;
string
subsource
;
string
path
;
string
filename
;
wstring
text
;
int
value
;
int
type
;
this
(string source, string subsource, string path, string filename, wstring textinput, int value, int type);
}
Constructors
this
this
(string source, string subsource, string path, string filename, wstring textinput, int value, int type)
If a field is unneeded, leave it blank by setting it to null.
Members
Variables
filename
string
filename
;
path
string
path
;
Undocumented in source.
source
string
source
;
subsource
string
subsource
;
Undocumented in source.
text
wstring
text
;
type
int
type
;
Undocumented in source.
value
int
value
;
Undocumented in source.
Meta
Source
See Implementation
PixelPerfectEngine
concrete
elements
classes
Button
CheckBox
Event
HSlider
Label
ListBox
PopUpMenu
RadioButtonGroup
Slider
TextBox
VSlider
WindowElement
enums
EventType
interfaces
ActionListener
ElementContainer
Focusable
PopUpElement
PopUpHandler
structs
ListBoxColumn