예제 #1
0
void CCrossfaderBar::OnFaderType() 
{
	m_FaderType ^= 1;
	OnPosChange();
}
예제 #2
0
void cUIControl::Pos( const Int32& x, const Int32& y ) {
	mPos = eeVector2i( x, y );
	OnPosChange();
}
예제 #3
0
void CCrossfaderBar::OnSelchangeSourceB() 
{
	SetSource(SRC_B);
	OnPosChange();
}
예제 #4
0
void cUIControl::Pos( const eeVector2i& Pos ) {
	mPos = Pos;
	OnPosChange();
}