Package | Description |
---|---|
com.SIMRacingApps |
This package is the root level package of com.SIMRacingapps.
|
Modifier and Type | Method and Description |
---|---|
static Windows.MsgId |
Windows.registerWindowMessage(java.lang.String name)
Returns the MsgId of named message.
|
Modifier and Type | Method and Description |
---|---|
static void |
Windows.postMessage(com.sun.jna.platform.win32.WinDef.HWND hWin,
Windows.MsgId id,
int wParam,
int lParam)
Sends a message to the specified window and does not wait on it to be received
|
static void |
Windows.sendNotifyMessage(Windows.MsgId id,
int wParam,
int lParam)
Sends a message to anyone listening to the specified MsgId
|