Home
last modified time | relevance | path

Searched refs:hori_play_mode (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.1.4/build/libraries/kpad/include/
DKPADinside.h163 KPADPlayMode hori_play_mode ; member
/RvlSDK-3.1.4/build/demos/kpaddemo/src/
Dsample.c68 static f32 hori_play_mode = (f32)KPAD_PLAY_MODE_LOOSE ; variable
98 { &hori_play_mode, 0.00f,1.00f, 9, {14,14,14}, {1.00f, 1.00f, 1.00f} },
252 KPADSetHoriPlayMode( 0, (KPADPlayMode)hori_play_mode ) ; in push_cursor()
737 (void)draw_kfont_letter( cx+14,cy+O1Y, yellow_clr,(hori_play_mode) ? "TIGHT" : "LOOSE" ) ; in draw_sample()
/RvlSDK-3.1.4/build/libraries/kpad/src/
DKPAD.c1292 if ( kp->hori_play_mode == KPAD_PLAY_MODE_LOOSE ) { in calc_dpd_variable()
2007 kp->hori_play_mode = in KPADInit()
2290 inside_kpads[ chan ].hori_play_mode = mode ; in KPADSetHoriPlayMode()
2314 return ( inside_kpads[ chan ].hori_play_mode ) ; in KPADGetHoriPlayMode()