Top Banner
24

S Console, Multi-Screen and Group Play

Jul 08, 2015

Download

Services

Kyuho Kim

Brief description about S Console, Multi-Screen, and Group Play from Samsung.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: S Console, Multi-Screen and Group Play
Page 2: S Console, Multi-Screen and Group Play

PART 01

PART 02

PART 03

PART 04

Page 3: S Console, Multi-Screen and Group Play

PART 01

Page 5: S Console, Multi-Screen and Group Play

PART 02

Page 6: S Console, Multi-Screen and Group Play
Page 7: S Console, Multi-Screen and Group Play

Launch S Console

with Play button

Bluetooth pairing

using NFC tagging

Select a game

and Play!!

Page 8: S Console, Multi-Screen and Group Play
Page 9: S Console, Multi-Screen and Group Play

@Override

public boolean dispatchKeyEvent(KeyEvent event)

{

// Get the GamePad key code

final int keyCode = event.getKeyCode();

// Process the GamePad key code

switch (keyCode)

{

// Left key is down

case KeyEvent.KEYCODE_DPAD_LEFT:

ProcessGamePad_Left();

break;

Page 10: S Console, Multi-Screen and Group Play

switch (keyCode)

{

// Left key is down

case KeyEvent.KEYCODE_DPAD_LEFT:

ProcessGamePad_Left();

break;

...

// X key is down

case KeyEvent.KEYCODE_BUTTON_X:

ProcessGamePad_X();

break;

Page 11: S Console, Multi-Screen and Group Play

@Override

public boolean dispatchGenericMotionEvent(MotionEvent ev)

{

// Get the motion value

float xValue = ev.getAxisValue(MotionEvent.AXIS_X);

...

float yValue = ev.getAxisValue(MotionEvent.AXIS_Y);

// Process motion event

if (x > X_MOTION_THRESHOLD)

{

Page 12: S Console, Multi-Screen and Group Play

// Process motion event

if (xValue > X_MOTION_THRESHOLD)

{

// Process..

}

...

if (yValue > Y_MOTION_THRESHOLD)

{

// Process..

}

...

}

Page 13: S Console, Multi-Screen and Group Play
Page 14: S Console, Multi-Screen and Group Play

PART 03

Page 16: S Console, Multi-Screen and Group Play
Page 18: S Console, Multi-Screen and Group Play
Page 19: S Console, Multi-Screen and Group Play

PART 04

Page 20: S Console, Multi-Screen and Group Play
Page 21: S Console, Multi-Screen and Group Play

Key Values

Page 24: S Console, Multi-Screen and Group Play

삼성전자 미디어솔루션센터

게임서비스팀

김규호전무

http://bit.ly/samsunggameplatform

아래 링크의 페이스북 페이지를 통해

관심있으신 분들과

지속적인 소통을 원합니다.