Searched refs:Vec2 (Results 1 – 11 of 11) sorted by relevance
| /RvlSDK-3.3/include/revolution/ |
| D | kpad.h | 109 typedef struct Vec2{ struct 112 } Vec2; argument 123 Vec2 stick ; 135 Vec2 lstick ; 136 Vec2 rstick ; 172 Vec2 pos ; 173 Vec2 vec ; 176 Vec2 horizon ; 177 Vec2 hori_vec ; 184 Vec2 acc_vertical ; [all …]
|
| /RvlSDK-3.3/build/demos/hbmdemo/rsodemo/include/ |
| D | rsomodule.h | 27 void getCursorPos( int no, Vec2 *result ); 28 void setCursorPos( int no, Vec2 result );
|
| /RvlSDK-3.3/build/demos/hbmdemo/rsodemo/src/ |
| D | rsodemo.cpp | 192 static Vec2 cursorPos[ WPAD_MAX_CONTROLLERS ]; 199 void (*getCursorPos)( int no, Vec2 *result ); 200 void (*setCursorPos)( int no, Vec2 result ); 241 static int calcDigitalCursorPos( u32 button, Vec2* pos ); 449 Vec2 pos[WPAD_MAX_CONTROLLERS]; in main() 450 Vec2 posAdjust = { 1.0f, 1.0f }; in main() 576 Vec2 result; in main() 974 static int calcAnalogCursorPos( f32 stickX, f32 stickY, Vec2* pos ) in calcAnalogCursorPos() 988 static int calcDigitalCursorPos( u32 button, Vec2* pos ) in calcDigitalCursorPos()
|
| D | rsomodule.c | 445 static int calcAnalogCursorPos( f32 stickX, f32 stickY, Vec2* pos ) in calcAnalogCursorPos() 459 static int calcDigitalCursorPos( u32 button, Vec2* pos ) in calcDigitalCursorPos() 544 getCursorPos(int no, Vec2 *result) in getCursorPos() 551 setCursorPos(int no, Vec2 result) in setCursorPos()
|
| /RvlSDK-3.3/include/revolution/hbm/ |
| D | HBMBase.h | 98 Vec2 pos; 126 Vec2 adjust;
|
| /RvlSDK-3.3/build/demos/hbmdemo/hbm/src/ |
| D | homebutton.cpp | 523 static int calcAnalogCursorPos( f32 stickX, f32 stickY, Vec2* pos ) in calcAnalogCursorPos() 537 static int calcDigitalCursorPos( u32 button, Vec2* pos ) in calcDigitalCursorPos() 603 Vec2 pos[WPAD_MAX_CONTROLLERS];/* Position of the Pointer */ in main()
|
| /RvlSDK-3.3/build/demos/hbmdemo/shareddemo/src/ |
| D | shared.cpp | 631 static int calcAnalogCursorPos( f32 stickX, f32 stickY, Vec2* pos ) in calcAnalogCursorPos() 645 static int calcDigitalCursorPos( u32 button, Vec2* pos ) in calcDigitalCursorPos() 712 Vec2 pos[WPAD_MAX_CONTROLLERS];/* Position of the Pointer */ in main()
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_jpeg/src/ |
| D | networkmanual_jpeg.cpp | 647 static int calcAnalogCursorPos( f32 stickX, f32 stickY, Vec2* pos ) in calcAnalogCursorPos() 661 static int calcDigitalCursorPos( u32 button, Vec2* pos ) in calcDigitalCursorPos() 728 Vec2 pos[WPAD_MAX_CONTROLLERS];/* Position of the Pointer */ in main()
|
| /RvlSDK-3.3/build/demos/hbmdemo/networkmanual_tpl/src/ |
| D | networkmanual_tpl.cpp | 774 static int calcAnalogCursorPos( f32 stickX, f32 stickY, Vec2* pos ) in calcAnalogCursorPos() 788 static int calcDigitalCursorPos( u32 button, Vec2* pos ) in calcDigitalCursorPos() 848 Vec2 pos[WPAD_MAX_CONTROLLERS];/* Position of the pointer */ in main()
|
| /RvlSDK-3.3/build/demos/kpaddemo/src/ |
| D | sample.c | 434 Vec2 pos, vec ; in draw_position()
|
| D | mpls.c | 428 Vec2 pos, vec ; in draw_position()
|