Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) ISongMenu.HandleMouse Examples
Programming Language:
C# (CSharp)
Class/Type:
ISongMenu
Method/Function:
HandleMouse
Examples at hotexamples.com:
1
C# (CSharp) ISongMenu.HandleMouse - 1 examples found
. These are the top rated real world C# (CSharp) examples of
ISongMenu.HandleMouse
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
LoadTheme(2)
MoveElement(1)
UnloadTextures(1)
SetVisible(1)
SetSmallView(1)
SetSelectedSong(1)
SetSelectedCategory(1)
SetSelected(1)
SetActive(1)
SaveTheme(1)
ResizeElement(1)
ReloadTextures(1)
OnShow(1)
OnHide(1)
ApplyVolume(1)
Draw(1)
LoadTextures(1)
IsVisible(1)
IsSmallView(1)
IsSelected(1)
IsActive(1)
HandleMouse(1)
HandleInput(1)
GetThemeName(1)
GetSelectedSongCover(1)
GetSelectedSong(1)
GetSelectedCategory(1)
GetRect(1)
GetActualSelection(1)
Update(1)
Frequently Used Methods
LoadTheme (2)
MoveElement (1)
UnloadTextures (1)
SetVisible (1)
SetSmallView (1)
SetSelectedSong (1)
SetSelectedCategory (1)
SetSelected (1)
SetActive (1)
SaveTheme (1)
Frequently Used Methods
ResizeElement (1)
ReloadTextures (1)
OnShow (1)
OnHide (1)
ApplyVolume (1)
Draw (1)
LoadTextures (1)
IsVisible (1)
IsSmallView (1)
IsSelected (1)
IsActive (1)
HandleMouse (1)
HandleInput (1)
GetThemeName (1)
GetSelectedSongCover (1)
GetSelectedSong (1)
GetSelectedCategory (1)
GetRect (1)
GetActualSelection (1)
Update (1)
Frequently Used Methods
IsActive (1)
HandleMouse (1)
HandleInput (1)
GetThemeName (1)
GetSelectedSongCover (1)
GetSelectedSong (1)
GetSelectedCategory (1)
GetRect (1)
GetActualSelection (1)
Update (1)
Example #1
0
Show file
File:
CSongMenu.cs
Project:
zhaozw/Vocaluxe
public void HandleMouse(ref MouseEvent MouseEvent) { _SongMenu.HandleMouse(ref MouseEvent); }
x