프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MouseLocationLabel | Label |
메소드 | 설명 | |
---|---|---|
KeyPressed ( SharpInputSystem evt ) : bool |
key pressed selection event to have the ability to keep the current selection, sets the MouseSelector.KeepPreviousSelection if the right or left control key is pressed
|
|
KeyReleased ( SharpInputSystem evt ) : bool |
key pressed selection event to have the ability to keep the current selection, sets the MouseSelector.KeepPreviousSelection if the right or left control key is pressed
|
|
MouseMoved ( SharpInputSystem evt ) : bool |
mouse moved event override from SdkSample, calls the MouseSelector's MouseMoved event for SelectionBox
|
|
MousePickingSample ( ) : Axiom.Animating |
Sample initialization
|
|
MousePressed ( SharpInputSystem evt, SharpInputSystem id ) : bool |
mouse pressed event override from SdkSample, calls MouseSelector's MousePressed method to start selection
|
|
MouseReleased ( SharpInputSystem evt, SharpInputSystem id ) : bool |
mouse released event override from SdkSample, calls MouseSelector's MouseReleased method to end selection
|
메소드 | 설명 | |
---|---|---|
SetupContent ( ) : void |
Sets up the samples content
|
|
SetupGUI ( ) : void |
Creates and initializes all the scene's GUI elements not defined in SdkSample
|
메소드 | 설명 | |
---|---|---|
selectionModeMenu_SelectedIndexChanged ( object sender, System e ) : void |
Event for when the menu changes, sets the MouseSelectors SelectionMode
|
public KeyPressed ( SharpInputSystem evt ) : bool | ||
evt | SharpInputSystem | KeyEventArgs |
리턴 | bool |
public KeyReleased ( SharpInputSystem evt ) : bool | ||
evt | SharpInputSystem | KeyEventArgs |
리턴 | bool |
public MouseMoved ( SharpInputSystem evt ) : bool | ||
evt | SharpInputSystem | MouseEventArgs |
리턴 | bool |
public MousePressed ( SharpInputSystem evt, SharpInputSystem id ) : bool | ||
evt | SharpInputSystem | MouseEventArgs |
id | SharpInputSystem | MouseButtonID |
리턴 | bool |
public MouseReleased ( SharpInputSystem evt, SharpInputSystem id ) : bool | ||
evt | SharpInputSystem | MouseEventArgs |
id | SharpInputSystem | MouseButtonID |
리턴 | bool |